diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 01:22:14 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-08 01:22:14 +0000 |
commit | 5c8213223823a105aa0af8e771789f6312cfd96c (patch) | |
tree | dca55a843232c3e04e65288181a6739c56d20edc | |
parent | f1f1aeba5a1cb71673f7b7c5d584f8eb679919a9 (diff) |
Remove ip6t_* kernel modules from iptables-extra package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@346 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 b0c1f7786..f8c0723a7 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) |