Author: kpfleming
Date: Fri Mar 21 15:40:15 2008
New Revision: 4057
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4057
a>
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
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
zaptel-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/zaptel-commits
a>
|