projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
awx: improve memory allocation handling
[openwrt.git]
/
package
/
switch
/
Makefile
diff --git
a/package/switch/Makefile
b/package/switch/Makefile
index
172d991
..
81ae346
100644
(file)
--- a/
package/switch/Makefile
+++ b/
package/switch/Makefile
@@
-36,7
+36,7
@@
define Build/Prepare
endef
ifeq ($(BOARD),brcm)
-BUILDFLAGS := -DBROADCOM -DBCMDRIVER
+BUILDFLAGS := -DBROADCOM -DBCMDRIVER
-I$(LINUX_DIR)/arch/mips/bcm947xx/include
else
ifeq ($(BOARD),brcm47xx)
BUILDFLAGS := -DBROADCOM
This page took
0.021177 seconds
and
4
git commands to generate.