From: Nicolas Thill Date: Mon, 2 Feb 2009 15:48:52 +0000 (+0000) Subject: kernel: mark modules that won't build on 2.6.28 as broken X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=b1ba71cbd2fa44d6b291ff78ebb4199b68d44508;hp=d23edab3217270d04bd4aa73decf5dcbdef4ec66 kernel: mark modules that won't build on 2.6.28 as broken SVN-Revision: 14356 --- diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 46e820c146..2c720eba10 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -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 \ diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk index 0d86adffc3..c17c8a8def 100644 --- a/package/kernel/modules/netfilter.mk +++ b/package/kernel/modules/netfilter.mk @@ -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