mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] kernel: mark modules that won't build on 2.6.28 as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14356 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user