summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-26 18:23:15 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-26 18:23:15 +0000
commit121cb4b570046fe612938d1eb401181c970b4636 (patch)
treebc66ebda04bed04aee6a001fb7cefab604f1a004
parent8ec3008f491ae80389a345ebc4c0463cc203df58 (diff)
Merged revisions 2233 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r2233 | file | 2007-02-26 13:20:40 -0500 (Mon, 26 Feb 2007) | 10 lines Merged revisions 2232 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2232 | file | 2007-02-26 13:18:13 -0500 (Mon, 26 Feb 2007) | 2 lines Just in case... set hotplug firmware loading option to no if on a 2.4 kernel. (issue #9140 reported by velter) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2234 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f4e93f..d66d9f5 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,8 @@ MODULESO:=$(MODULES:%=%.o)
MODULESKO:=$(MODULES:%=%.ko)
ifeq ($(BUILDVER),linux26)
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:=no
endif
BIN_DIR:=$(INSTALL_PREFIX)/sbin