From: Gabor Juhos <juhosg@openwrt.org>
Date: Fri, 14 Dec 2012 12:11:50 +0000 (+0000)
Subject: package/swconfig: don't use kernel headers
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9;p=openwrt%2Fstaging%2Fnbd.git

package/swconfig: don't use kernel headers

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34679
---

diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile
index adc2147457..76817f0dbf 100644
--- a/package/network/config/swconfig/Makefile
+++ b/package/network/config/swconfig/Makefile
@@ -25,8 +25,6 @@ endef
 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)