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 | 74ee635064c0f6e5e8ab0cd83373bdff83ad2e72 (patch) | |
tree | 44cf0b0ab5279c1fb71211fa7240fa1f3ff29434 /package/network/config/swconfig/Makefile | |
parent | bd5ac8b620211c6aaa02eb1670c2d893e8b96915 (diff) | |
download | upstream-74ee635064c0f6e5e8ab0cd83373bdff83ad2e72.tar.gz upstream-74ee635064c0f6e5e8ab0cd83373bdff83ad2e72.tar.bz2 upstream-74ee635064c0f6e5e8ab0cd83373bdff83ad2e72.zip |
package/swconfig: don't use kernel headers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34679 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/swconfig/Makefile')
-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) |