From: Nicolas Thill Date: Fri, 9 Dec 2005 11:35:06 +0000 (+0000) Subject: build the transitional iptables-extra meta-package too (port of changeset:2558) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=153ff4c5b7b4d96dc00d235185e64a84c3e58229 build the transitional iptables-extra meta-package too (port of changeset:2558) SVN-Revision: 2609 --- diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index aa76136f21..2715c31444 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/