From: nico 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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ff186b90a87a99f88a28df2e24562f3cfe5976e4;p=openwrt.git build the transitional iptables-extra meta-package too (port of changeset:2558) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2609 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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/