[package] fix swconfig build failure on brcm63xx
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Apr 2010 14:01:55 +0000 (14:01 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 12 Apr 2010 14:01:55 +0000 (14:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20829 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/swconfig/Makefile

index dbc38ec..ef9dbef 100644 (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)