mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 06:38:57 +02:00
[kernel] aec62xx is working with kernel 2.6.28 agagin.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14773 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
93d68963e2
commit
48b92e214e
@ -135,7 +135,7 @@ $(eval $(call KernelPackage,ata-via-sata))
|
|||||||
define KernelPackage/ide-core
|
define KernelPackage/ide-core
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=IDE (ATA/ATAPI) device support
|
TITLE:=IDE (ATA/ATAPI) device support
|
||||||
DEPENDS:=@PCI_SUPPORT @LINUX_2_6_28:BROKEN
|
DEPENDS:=@PCI_SUPPORT
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_IDE \
|
CONFIG_IDE \
|
||||||
CONFIG_IDE_GENERIC \
|
CONFIG_IDE_GENERIC \
|
||||||
@ -183,7 +183,11 @@ define KernelPackage/ide-aec62xx
|
|||||||
TITLE:=Acard AEC62xx IDE driver
|
TITLE:=Acard AEC62xx IDE driver
|
||||||
DEPENDS:=@PCI_SUPPORT +kmod-ide-core
|
DEPENDS:=@PCI_SUPPORT +kmod-ide-core
|
||||||
KCONFIG:=CONFIG_BLK_DEV_AEC62XX
|
KCONFIG:=CONFIG_BLK_DEV_AEC62XX
|
||||||
|
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.28)),1)
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/ide/aec62xx.$(LINUX_KMOD_SUFFIX)
|
||||||
|
else
|
||||||
FILES:=$(LINUX_DIR)/drivers/ide/pci/aec62xx.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/ide/pci/aec62xx.$(LINUX_KMOD_SUFFIX)
|
||||||
|
endif
|
||||||
AUTOLOAD:=$(call AutoLoad,30,aec62xx)
|
AUTOLOAD:=$(call AutoLoad,30,aec62xx)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user