1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 15:06:47 +02:00

disable ip6tables as well on 2.6.25 until we have working IMQ support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11117 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-05-11 22:41:49 +00:00
parent 971fa88a04
commit 1e53aa8072

View File

@ -272,10 +272,11 @@ endef
$(eval $(call KernelPackage,ipt-extra))
# XXX: disabled on 2.6.25 due to broken IMQ
define KernelPackage/ip6tables
SUBMENU:=$(NF_MENU)
TITLE:=IPv6 modules
DEPENDS:=+kmod-ipv6
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_25
KCONFIG:=CONFIG_IP6_NF_IPTABLES
FILES:=$(foreach mod,$(IPT_IPV6-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_IPV6-m)))