From: Gabor Juhos Date: Fri, 14 Dec 2012 12:11:50 +0000 (+0000) Subject: package/swconfig: don't use kernel headers X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=74ee635064c0f6e5e8ab0cd83373bdff83ad2e72;p=15.05%2Fopenwrt.git package/swconfig: don't use kernel headers Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34679 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)