projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee1e7d
)
build the transitional iptables-extra meta-package too (port of changeset:2558)
author
Nicolas Thill
<nico@openwrt.org>
Fri, 9 Dec 2005 11:35:06 +0000
(11:35 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 9 Dec 2005 11:35:06 +0000
(11:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2609
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/iptables/Makefile
b/openwrt/package/iptables/Makefile
index
aa76136
..
2715c31
100644
(file)
--- 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/