diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-14 12:11:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-14 12:11:50 +0000 |
commit | 86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9 (patch) | |
tree | 01aa9ed2415699a990491744a5f0f938cc0666ab /package | |
parent | 57d7df3a3505022713219b973594d828b9ad0fba (diff) | |
download | upstream-86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9.tar.gz upstream-86cd825c1feef7c185ebce1bc5cd4ee4ba6068d9.tar.bz2 upstream-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/Makefile | 2 |
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) |