projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d7df3
)
package/swconfig: don't use kernel headers
author
Gabor Juhos
<juhosg@openwrt.org>
Fri, 14 Dec 2012 12:11:50 +0000
(12:11 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Fri, 14 Dec 2012 12:11:50 +0000
(12:11 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34679
package/network/config/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/swconfig/Makefile
b/package/network/config/swconfig/Makefile
index adc214745723b435b8c37dd908f7646ce489d4ab..76817f0dbfef175186d03adcfc43ac28ccf05ff1 100644
(file)
--- 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)