mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 02:48:37 +02:00
fix kmod-ide-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c89d2f226c
commit
ab6c861ac7
@ -6,6 +6,7 @@ define KernelPackage/ide-core
|
||||
KCONFIG:= \
|
||||
CONFIG_IDE \
|
||||
CONFIG_BLK_DEV_IDE \
|
||||
CONFIG_IDE_GENERIC \
|
||||
CONFIG_BLK_DEV_IDEDISK
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/ide/ide-core.$(LINUX_KMOD_SUFFIX) \
|
||||
@ -19,7 +20,6 @@ define KernelPackage/ide-core/2.4
|
||||
endef
|
||||
|
||||
define KernelPackage/ide-core/2.6
|
||||
KCONFIG+=CONFIG_IDE_GENERIC
|
||||
FILES+=$(LINUX_DIR)/drivers/ide/ide-generic.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD+=$(call AutoLoad,30,ide-generic)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user