kernel: mark modules that won't build on 2.6.28 as broken

SVN-Revision: 14356
This commit is contained in:
Nicolas Thill 2009-02-02 15:48:52 +00:00
parent d23edab321
commit b1ba71cbd2
2 changed files with 4 additions and 2 deletions

View File

@ -131,10 +131,11 @@ endef
$(eval $(call KernelPackage,ata-via-sata))
# XXX: broken on 2.6.28 due to module name/path changes
define KernelPackage/ide-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support
DEPENDS:=@PCI_SUPPORT
DEPENDS:=@PCI_SUPPORT @LINUX_2_6_28:BROKEN
KCONFIG:= \
CONFIG_IDE \
CONFIG_IDE_GENERIC \

View File

@ -328,13 +328,14 @@ endef
$(eval $(call KernelPackage,ipt-ipset))
# XXX: broken on 2.6.28 to xt_CHAOS module
define KernelPackage/ipt-extra
SUBMENU:=$(NF_MENU)
TITLE:=Extra modules
KCONFIG:=$(KCONFIG_IPT_EXTRA)
FILES:=$(foreach mod,$(IPT_EXTRA-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_EXTRA-m)))
DEPENDS:= kmod-ipt-core
DEPENDS:= kmod-ipt-core @LINUX_2_6_28:BROKEN
endef
define KernelPackage/ipt-extra/description