1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:22:22 +03:00

disable IMQ on 2.6.28 as well -- people should use IFB..

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13612 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-12-12 11:11:28 +00:00
parent 1176e08817
commit d9f49b62b2

View File

@ -237,7 +237,7 @@ define KernelPackage/ipt-imq
imq \
$(IPT_IMQ-m) \
))
DEPENDS:= kmod-ipt-core @!LINUX_2_6_27
DEPENDS:= kmod-ipt-core @!LINUX_2_6_27 @!LINUX_2_6_28
endef
define KernelPackage/ipt-imq/description
@ -358,7 +358,7 @@ $(eval $(call KernelPackage,ipt-extra))
define KernelPackage/ip6tables
SUBMENU:=$(NF_MENU)
TITLE:=IPv6 modules
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_27
DEPENDS:=+kmod-ipv6 @!LINUX_2_6_27 @!LINUX_2_6_28
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)))