summaryrefslogtreecommitdiff
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-02-02 15:48:52 +0000
committerNicolas Thill <nico@openwrt.org>2009-02-02 15:48:52 +0000
commitb1ba71cbd2fa44d6b291ff78ebb4199b68d44508 (patch)
treedd1bbe55657418d894e4758c4fb983c210717bb8 /package/kernel/modules/block.mk
parentd23edab3217270d04bd4aa73decf5dcbdef4ec66 (diff)
downloadmtk-20170518-b1ba71cbd2fa44d6b291ff78ebb4199b68d44508.zip
mtk-20170518-b1ba71cbd2fa44d6b291ff78ebb4199b68d44508.tar.gz
mtk-20170518-b1ba71cbd2fa44d6b291ff78ebb4199b68d44508.tar.bz2
kernel: mark modules that won't build on 2.6.28 as broken
SVN-Revision: 14356
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r--package/kernel/modules/block.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 46e820c..2c720eb 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 \