1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 10:27:37 +03:00

[package] fix swconfig build failure on brcm63xx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-04-12 14:01:55 +00:00
parent 7a35563612
commit 0a2c3fd8c2

View File

@ -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)