projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d29f11
)
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)
SVN-Revision: 22686
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 7c849cb3a63cd6cb12ab5dd84a7314c7b8b7a6e8..08b145070331b97a79745c7dd8df8925c4f3d39c 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