projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2c88d3
)
fix swconfig build failure on brcm63xx
author
Florian Fainelli
<florian@openwrt.org>
Mon, 12 Apr 2010 14:01:55 +0000
(14:01 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 12 Apr 2010 14:01:55 +0000
(14:01 +0000)
SVN-Revision: 20829
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index dbc38ec34377b90fecc9076b191a88514f01bc98..ef9dbefbe6ba4543dcbefebf3c3bafecbfdbe411 100644
(file)
--- a/
package/swconfig/Makefile
+++ b/
package/swconfig/Makefile
@@
-24,6
+24,7
@@
TARGET_CPPFLAGS := \
-D_GNU_SOURCE \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-I$(LINUX_DIR)/include \
+ -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
-I$(PKG_BUILD_DIR) \
$(TARGET_CPPFLAGS)