summaryrefslogtreecommitdiff
path: root/package/network/config/swconfig/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-09 14:19:13 +0000
committerJohn Crispin <john@openwrt.org>2013-04-09 14:19:13 +0000
commit04dcd12c91eba56dc931f0648c5ec9abd65f23f7 (patch)
tree4f69ab291fe8a3dd6976c0ed27022b4e4a53629e /package/network/config/swconfig/Makefile
parentfff58a5801f538b6600d41fc7116414cbc730786 (diff)
downloadmtk-20170518-04dcd12c91eba56dc931f0648c5ec9abd65f23f7.zip
mtk-20170518-04dcd12c91eba56dc931f0648c5ec9abd65f23f7.tar.gz
mtk-20170518-04dcd12c91eba56dc931f0648c5ec9abd65f23f7.tar.bz2
add portmap support to userland
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36284
Diffstat (limited to 'package/network/config/swconfig/Makefile')
-rw-r--r--package/network/config/swconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile
index 76817f0..6d1c9db 100644
--- a/package/network/config/swconfig/Makefile
+++ b/package/network/config/swconfig/Makefile
@@ -26,7 +26,8 @@ TARGET_CPPFLAGS := \
-D_GNU_SOURCE \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-I$(PKG_BUILD_DIR) \
- $(TARGET_CPPFLAGS)
+ $(TARGET_CPPFLAGS) \
+ -I$(LINUX_DIR)/user_headers/include
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)