From: Nicolas Thill Date: Mon, 28 Nov 2005 02:12:54 +0000 (+0000) Subject: build the iptables-extra meta-package too X-Git-Tag: whiterussian_rc5~306 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2c44b0cee9e0a33f802dd90fa7d65dd06d904628;p=openwrt%2Fsvn-archive%2Fopenwrt.git build the iptables-extra meta-package too SVN-Revision: 2558 --- diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 8941225930..7cea99c62e 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/