aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-08-17 09:02:22 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-08-17 09:02:22 +0000
commit78acaf7424f5eca0ed163d25cb3730ae54605edb (patch)
tree10f3e4ab5f83863830ce5092132d4647170abc40 /package/iptables
parentd555441411cdc8c7f8a6cca17a3f0bcb13d3fb16 (diff)
downloadupstream-78acaf7424f5eca0ed163d25cb3730ae54605edb.tar.gz
upstream-78acaf7424f5eca0ed163d25cb3730ae54605edb.tar.bz2
upstream-78acaf7424f5eca0ed163d25cb3730ae54605edb.zip
[package] iptables: partly revert r22582, fixes ip6tables extension packaging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 7c849cb3a6..08b1450703 100644
--- 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