[zaptel-commits] kpfleming: branch 1.4 r4057 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Mar 21 15:40:16 CDT 2008


Author: kpfleming
Date: Fri Mar 21 15:40:15 2008
New Revision: 4057

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4057
Log:
the hotplug firmware detection logic got broken in r3676... this fixes it

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=4057&r1=4056&r2=4057
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Mar 21 15:40:15 2008
@@ -62,7 +62,7 @@
     UDEVRULES=yes
   endif
   ifeq (yes,$(HAS_KSRC))
-    HOTPLUG_FIRMWARE:=$(shell if grep -q '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "no"; else echo "yes"; fi)
+    HOTPLUG_FIRMWARE:=$(shell if grep -qv '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "no"; else echo "yes"; fi)
   endif
 endif
 




More information about the zaptel-commits mailing list