diff options
| author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-09 11:35:06 +0000 | 
|---|---|---|
| committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-09 11:35:06 +0000 | 
| commit | 2732c8d75c9680b7f89ebf6f5bed6dcc4dfef868 (patch) | |
| tree | 2dfecd92c6c6b13d0208ef3ff0d5b9404221f667 | |
| parent | 83443784a41cfd2d05755dda04ed2d0398cdb834 (diff) | |
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
| -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 aa76136f2..2715c3144 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/  | 
