diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-14 13:42:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-14 13:42:21 +0000 |
commit | 80840457a5561f1e60832e021821cc33adafcffd (patch) | |
tree | 9859937d323fa5c6014b34ab34cc7d5306b8c8cf /package/switch/Makefile | |
parent | dcfbd5f656340581e30b08dfa2ec539c4fb89e31 (diff) | |
download | mtk-20170518-80840457a5561f1e60832e021821cc33adafcffd.zip mtk-20170518-80840457a5561f1e60832e021821cc33adafcffd.tar.gz mtk-20170518-80840457a5561f1e60832e021821cc33adafcffd.tar.bz2 |
fix kmod-switch compile on brcm-2.4 (#1461)
SVN-Revision: 6565
Diffstat (limited to 'package/switch/Makefile')
-rw-r--r-- | package/switch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile index 172d991..81ae346 100644 --- a/package/switch/Makefile +++ b/package/switch/Makefile @@ -36,7 +36,7 @@ define Build/Prepare endef ifeq ($(BOARD),brcm) -BUILDFLAGS := -DBROADCOM -DBCMDRIVER +BUILDFLAGS := -DBROADCOM -DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include else ifeq ($(BOARD),brcm47xx) BUILDFLAGS := -DBROADCOM |