projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d264463
)
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)
SVN-Revision: 5243
package/ar7-net/Makefile
patch
|
blob
|
history
diff --git
a/package/ar7-net/Makefile
b/package/ar7-net/Makefile
index 89ce23940adb0f98d5652425cb480b8415b09cf5..526a9bc405ce20426f37a5776858d1a391c2688f 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