diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-08 01:22:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-08 01:22:14 +0000 |
commit | 5d2f9902304fe4875808ec356111f3a673ecbeaa (patch) | |
tree | dca55a843232c3e04e65288181a6739c56d20edc /openwrt/package/iptables | |
parent | b6ee036a08ce96b64ffe318629f3815fcecdd556 (diff) | |
download | mtk-20170518-5d2f9902304fe4875808ec356111f3a673ecbeaa.zip mtk-20170518-5d2f9902304fe4875808ec356111f3a673ecbeaa.tar.gz mtk-20170518-5d2f9902304fe4875808ec356111f3a673ecbeaa.tar.bz2 |
Remove ip6t_* kernel modules from iptables-extra package
SVN-Revision: 346
Diffstat (limited to 'openwrt/package/iptables')
-rw-r--r-- | openwrt/package/iptables/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index b0c1f77..f8c0723 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -61,8 +61,6 @@ $(PKG_IPT): $(PKG_BUILD_DIR)/iptables (cd $(PKG_BUILD_DIR)/extensions; \ cp $(patsubst %,libipt_%.so,$(ext-y)) $(I_IPT)/usr/lib/iptables) -$(STRIP) $(I_IPT)/usr/lib/iptables/*.so - mkdir -p $(I_IPT_EXTRA)/$(MODULES_SUBDIR) - cp $(MODULES_DIR)/kernel/net/ipv6/netfilter/*.o $(I_IPT_EXTRA)/$(MODULES_SUBDIR) mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(I_IPT) $(PACKAGE_DIR) |