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:
d555441
)
[package] iptables: partly revert r22582, fixes ip6tables extension packaging
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 17 Aug 2010 09:02:22 +0000
(09:02 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 17 Aug 2010 09:02:22 +0000
(09:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
7c849cb
..
08b1450
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-353,6
+353,10
@@
endef
define Package/ip6tables/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
+ $(INSTALL_DIR) $(1)/usr/lib/iptables
+ (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
+ $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
+ )
endef
define Package/ip6tables-utils/install