summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-26 18:20:40 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-26 18:20:40 +0000
commit2fcb494422456ed1dc6cff0c92bb4bada6545da8 (patch)
tree42551bc87aecfba502ff0e61b2ef22e74a6d0bdf /Makefile
parent41bd8bac72312b84630b39cb59ba7183582efa30 (diff)
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/branches/1.4@2233 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7612672..d4d52bf 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ ifeq ($(BUILDVER),linux26)
UDEVRULES=yes
endif
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 loading is not supported on any other version then 2.6
+ HOTPLUG_FIRMWARE:=no
endif
ifeq ($(HOTPLUG_FIRMWARE),yes)