diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-09 11:35:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-09 11:35:06 +0000 |
commit | 1162e43402c3e9e3874a23da4c323eeb8ec107b0 (patch) | |
tree | 2dfecd92c6c6b13d0208ef3ff0d5b9404221f667 /package/iptables | |
parent | c01dcfca0354b9098cbb6ce67d60f042b96599e4 (diff) | |
download | upstream-1162e43402c3e9e3874a23da4c323eeb8ec107b0.tar.gz upstream-1162e43402c3e9e3874a23da4c323eeb8ec107b0.tar.bz2 upstream-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/Makefile | 3 |
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/ |