summaryrefslogtreecommitdiff
path: root/openwrt/package/iptables/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-09 11:35:06 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-09 11:35:06 +0000
commit764347e0dda10f1a9680d5e867d30f30a00a25a1 (patch)
tree74a35e98cec0ac7a2f53c1c48d6a0a112b66380c /openwrt/package/iptables/Makefile
parent4245da91ec41770c49b72e60ee32e76f010e6eea (diff)
downloadmtk-20170518-764347e0dda10f1a9680d5e867d30f30a00a25a1.zip
mtk-20170518-764347e0dda10f1a9680d5e867d30f30a00a25a1.tar.gz
mtk-20170518-764347e0dda10f1a9680d5e867d30f30a00a25a1.tar.bz2
build the transitional iptables-extra meta-package too (port of changeset:2558)
SVN-Revision: 2609
Diffstat (limited to 'openwrt/package/iptables/Makefile')
-rw-r--r--openwrt/package/iptables/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile
index aa76136..2715c31 100644
--- a/openwrt/package/iptables/Makefile
+++ b/openwrt/package/iptables/Makefile
@@ -81,6 +81,9 @@ $(IPKG_IPTABLES):
$(RSTRIP) $(IDIR_IPTABLES)
$(IPKG_BUILD) $(IDIR_IPTABLES) $(PACKAGE_DIR)
+$(IPKG_IPTABLES_EXTRA):
+ $(IPKG_BUILD) $(IDIR_IPTABLES_EXTRA) $(PACKAGE_DIR)
+
$(IPKG_IPTABLES_UTILS):
install -d -m0755 $(IDIR_IPTABLES_UTILS)/usr/sbin
cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(IDIR_IPTABLES_UTILS)/usr/sbin/