diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-12 14:01:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-12 14:01:55 +0000 |
commit | ef04ec88b8a1cd486a61cd53d83f91bc184969d2 (patch) | |
tree | c982e6ba6165d8c1040747fbc0083fa09aa3d3c2 /package/swconfig | |
parent | 9328c2cecf813b8a49ef895bdedc99411c8852e2 (diff) | |
download | upstream-ef04ec88b8a1cd486a61cd53d83f91bc184969d2.tar.gz upstream-ef04ec88b8a1cd486a61cd53d83f91bc184969d2.tar.bz2 upstream-ef04ec88b8a1cd486a61cd53d83f91bc184969d2.zip |
[package] fix swconfig build failure on brcm63xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/swconfig')
-rw-r--r-- | package/swconfig/Makefile | 1 |
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) |