aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
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
commit1162e43402c3e9e3874a23da4c323eeb8ec107b0 (patch)
tree2dfecd92c6c6b13d0208ef3ff0d5b9404221f667 /package/iptables
parentc01dcfca0354b9098cbb6ce67d60f042b96599e4 (diff)
downloadmaster-187ad058-1162e43402c3e9e3874a23da4c323eeb8ec107b0.tar.gz
master-187ad058-1162e43402c3e9e3874a23da4c323eeb8ec107b0.tar.bz2
master-187ad058-1162e43402c3e9e3874a23da4c323eeb8ec107b0.zip
build the transitional iptables-extra meta-package too (port of changeset:2558)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index aa76136f21..2715c31444 100644
--- a/package/iptables/Makefile
+++ b/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/