aboutsummaryrefslogtreecommitdiffstats
path: root/package/ar7-net
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-19 22:26:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-19 22:26:36 +0000
commit85fbab9f257502ff1e7767e0de560c936c656290 (patch)
treebac3baa7299f516c0aeb1bb1080548f77e070904 /package/ar7-net
parent258f15cef3cfab7d780d1fccbfed12af8c7e148a (diff)
downloadmaster-187ad058-85fbab9f257502ff1e7767e0de560c936c656290.tar.gz
master-187ad058-85fbab9f257502ff1e7767e0de560c936c656290.tar.bz2
master-187ad058-85fbab9f257502ff1e7767e0de560c936c656290.zip
fix ar7-net compile error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ar7-net')
-rw-r--r--package/ar7-net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ar7-net/Makefile b/package/ar7-net/Makefile
index 89ce23940a..526a9bc405 100644
--- a/package/ar7-net/Makefile
+++ b/package/ar7-net/Makefile
@@ -38,7 +38,7 @@ define Build/Compile
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
- EXTRA_CFLAGS="-DCONFIG_AVALANCHE_CPMAC_AUTO -DCONFIG_MIPS_CPMAC_INIT_BUF_MALLOC" \
+ EXTRA_CFLAGS="-DCONFIG_AVALANCHE_CPMAC_AUTO -DCONFIG_MIPS_CPMAC_INIT_BUF_MALLOC -DCONFIG_MIPS_CPMAC_PORTS=1" \
modules
endef