mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:03:08 +02:00
unmask ip6tables on 2.6.27 and 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13965 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
39c762c594
commit
dbda164a7e
@ -354,11 +354,10 @@ endef
|
||||
$(eval $(call KernelPackage,ipt-extra))
|
||||
|
||||
|
||||
# XXX: disabled on 2.6.27 due to broken IMQ
|
||||
define KernelPackage/ip6tables
|
||||
SUBMENU:=$(NF_MENU)
|
||||
TITLE:=IPv6 modules
|
||||
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_27 @!LINUX_2_6_28
|
||||
DEPENDS:=+kmod-ipv6
|
||||
KCONFIG:=CONFIG_IP6_NF_IPTABLES
|
||||
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(IPT_IPV6-m)))
|
||||
|
Loading…
Reference in New Issue
Block a user