diff options
Diffstat (limited to 'package/network/utils')
| -rw-r--r-- | package/network/utils/iptables/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 22fd94466..9d695c670 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk  PKG_NAME:=iptables  PKG_VERSION:=1.4.18 -PKG_RELEASE:=1 +PKG_RELEASE:=2  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2  PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ @@ -357,7 +357,7 @@ MAKE_FLAGS := \  	COPT_FLAGS="$(TARGET_CFLAGS)" \  	KERNEL_DIR="$(LINUX_DIR)/user_headers/" PREFIX=/usr \  	KBUILD_OUTPUT="$(LINUX_DIR)" \ -	BUILTIN_MODULES="$(patsubst ipt_%,%,$(patsubst xt_%,%,$(IPT_BUILTIN) $(IPT_CONNTRACK-m) $(IPT_NAT-m)))" +	BUILTIN_MODULES="$(patsubst ip6t_%,%,$(patsubst ipt_%,%,$(patsubst xt_%,%,$(IPT_BUILTIN) $(IPT_CONNTRACK-m) $(IPT_NAT-m))))"  define Build/InstallDev  	$(INSTALL_DIR) $(1)/usr/include @@ -415,7 +415,7 @@ endef  define BuildPlugin    define Package/$(1)/install  	$(INSTALL_DIR) $$(1)/usr/lib/iptables -	for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)); do \ +	for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)) $(patsubst xt_%,ip6t_%,$(2)) $(patsubst ip6t_%,xt_%,$(2)); do \  		if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \  			$(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \  		fi; \  | 
