From ebffdceebe9a9de3e2e8f2f3211f526a2715b964 Mon Sep 17 00:00:00 2001 From: file Date: Fri, 8 Sep 2006 23:49:43 +0000 Subject: Move CONFIG_FW_LOADER check to Makefile (reported internally by Spiceland) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1444 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f8704ba..db980bc 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ ifeq ($(BUILDVER),linux26) DYNFS=yes UDEVRULES=yes endif - HOTPLUG_FIRMWARE:=yes + HOTPLUG_FIRMWARE:=$(shell if grep CONFIG_FW_LOADER $(KINCLUDES)/linux/autoconf.h | grep -q undef; then echo "no"; else echo "yes"; fi) endif CHKCONFIG:=$(shell sh -c 'type -p chkconfig' 2> /dev/null) -- cgit v1.2.3