aboutsummaryrefslogtreecommitdiffstats
path: root/package/ar7-net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ar7-net/Makefile')
-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