From 0312e0586ab95e6ab9a4f18d6320a5c07061459a Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 21 Mar 2008 20:40:15 +0000 Subject: the hotplug firmware detection logic got broken in r3969... this fixes it git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4057 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 304bc75..4c0a85e 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ ifeq ($(BUILDVER),linux26) 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 -- cgit v1.2.3