Browse Source

fix swconfig build failure on brcm63xx

SVN-Revision: 20829
Florian Fainelli 15 years ago
parent
commit
9ef27ce538
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/swconfig/Makefile

+ 1 - 0
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)