summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-26 22:34:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-26 22:34:15 +0000
commit680009ecd04b0428cc2c99ca2dc6e38850db2723 (patch)
treec6b1c24254f2f49b102f3fc5117785720270b73e /package
parent79d3bbb60442afecbe2bc694f5a7960536754c76 (diff)
downloadmtk-20170518-680009ecd04b0428cc2c99ca2dc6e38850db2723.zip
mtk-20170518-680009ecd04b0428cc2c99ca2dc6e38850db2723.tar.gz
mtk-20170518-680009ecd04b0428cc2c99ca2dc6e38850db2723.tar.bz2
install iptables devel headers into the staging dir
SVN-Revision: 5650
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 76014aa..862797e 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -183,6 +183,7 @@ define Build/InstallDev
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
DESTDIR="$(STAGING_DIR)" \
install install-devel
+ $(CP) $(PKG_BUILD_DIR)/include $(STAGING_DIR)/usr
endef
define Build/UninstallDev