From d2bc5edd30ddb4258feca767eb6cd5d2bc96ad30 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 26 Feb 2007 18:18:13 +0000 Subject: 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.2@2232 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6947e64..7987f15 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,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) -- cgit v1.2.3