diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 22:26:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 22:26:36 +0000 |
commit | 85fbab9f257502ff1e7767e0de560c936c656290 (patch) | |
tree | bac3baa7299f516c0aeb1bb1080548f77e070904 /package/ar7-net/Makefile | |
parent | 258f15cef3cfab7d780d1fccbfed12af8c7e148a (diff) | |
download | upstream-85fbab9f257502ff1e7767e0de560c936c656290.tar.gz upstream-85fbab9f257502ff1e7767e0de560c936c656290.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | package/ar7-net/Makefile | 2 |
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 |