aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-04-12 14:01:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-04-12 14:01:55 +0000
commit9ef27ce53857725e02d4cba471fb9ccb986811c0 (patch)
tree50f45ee056692eea0f649cc005d0c37d409ee5a2 /package/swconfig
parentc2c88d315fa0e881f8b19da07b62859b915b11b2 (diff)
downloadupstream-9ef27ce53857725e02d4cba471fb9ccb986811c0.tar.gz
upstream-9ef27ce53857725e02d4cba471fb9ccb986811c0.tar.bz2
upstream-9ef27ce53857725e02d4cba471fb9ccb986811c0.zip
fix swconfig build failure on brcm63xx
SVN-Revision: 20829
Diffstat (limited to 'package/swconfig')
-rw-r--r--package/swconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index dbc38ec343..ef9dbefbe6 100644
--- 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)