aboutsummaryrefslogtreecommitdiffstats
path: root/package/broadcom-diag/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-25 08:32:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-25 08:32:25 +0000
commitc20906011668315d50d629cb2d4dc46de9062d9a (patch)
tree1db4163deba31f36d771177dfcfabb21cd93f2ac /package/broadcom-diag/Makefile
parent21e832921cd728a2e039b1e4c3948a78a54f8938 (diff)
downloadmaster-187ad058-c20906011668315d50d629cb2d4dc46de9062d9a.tar.gz
master-187ad058-c20906011668315d50d629cb2d4dc46de9062d9a.tar.bz2
master-187ad058-c20906011668315d50d629cb2d4dc46de9062d9a.zip
fix failsafe on broadcom, send netlink events in diag when running linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-diag/Makefile')
-rw-r--r--package/broadcom-diag/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/broadcom-diag/Makefile b/package/broadcom-diag/Makefile
index c414c3d1c9..b21f33a63d 100644
--- a/package/broadcom-diag/Makefile
+++ b/package/broadcom-diag/Makefile
@@ -30,7 +30,7 @@ define Build/Prepare
endef
ifeq ($(BOARD),brcm)
- BUILDFLAGS=-DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include
+ BUILDFLAGS=-DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include $(if $(CONFIG_LINUX_2_4),-DLINUX_2_4)
endif
define Build/Compile