[zaptel-commits] file: branch 1.2 r2232 - /branches/1.2/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Mon Feb 26 11:18:14 MST 2007


Author: file
Date: Mon Feb 26 12:18:13 2007
New Revision: 2232

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2232
Log:
Just in case... set hotplug firmware loading option to no if on a 2.4 kernel. (issue #9140 reported by velter)

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2232&r1=2231&r2=2232
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Mon Feb 26 12:18:13 2007
@@ -41,6 +41,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