summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-14 12:11:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-14 12:11:50 +0000
commit86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9 (patch)
tree01aa9ed2415699a990491744a5f0f938cc0666ab /package
parent57d7df3a3505022713219b973594d828b9ad0fba (diff)
downloadmaster-31e0f0ae-86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9.tar.gz
master-31e0f0ae-86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9.tar.bz2
master-31e0f0ae-86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9.zip
package/swconfig: don't use kernel headers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34679
Diffstat (limited to 'package')
-rw-r--r--package/network/config/swconfig/Makefile2
1 files changed, 0 insertions, 2 deletions
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)