[zaptel-commits] file: branch 1.4 r2233 - in /branches/1.4: ./ Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Mon Feb 26 11:20:41 MST 2007


Author: file
Date: Mon Feb 26 12:20:40 2007
New Revision: 2233

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2233
Log:
Merged revisions 2232 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2232 | file | 2007-02-26 13:18:13 -0500 (Mon, 26 Feb 2007) | 2 lines

Just in case... set hotplug firmware loading option to no if on a 2.4 kernel. (issue #9140 reported by velter)

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/Makefile

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2233&r1=2232&r2=2233
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Feb 26 12:20:40 2007
@@ -46,6 +46,9 @@
     UDEVRULES=yes
   endif
   HOTPLUG_FIRMWARE:=$(shell if grep CONFIG_FW_LOADER $(KINCLUDES)/linux/autoconf.h | grep -q undef; then echo "no"; else echo "yes"; fi)
+else
+  # Hotplug firmware loading is not supported on any other version then 2.6
+  HOTPLUG_FIRMWARE:=no
 endif
 
 ifeq ($(HOTPLUG_FIRMWARE),yes)



More information about the zaptel-commits mailing list