projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258f15c
)
fix ar7-net compile error
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Oct 2006 22:26:36 +0000
(22:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 19 Oct 2006 22:26:36 +0000
(22:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5243
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ar7-net/Makefile
patch
|
blob
|
history
diff --git
a/package/ar7-net/Makefile
b/package/ar7-net/Makefile
index
89ce239
..
526a9bc
100644
(file)
--- 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