1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 00:00:42 +03:00

brcm-2.4: fix ide disk detection on the wl-hdd

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17358 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-08-23 23:56:19 +00:00
parent b05391b8aa
commit 1db366eab8

View File

@ -194,7 +194,7 @@ endef
define KernelPackage/ide-core/2.4
FILES+=$(LINUX_DIR)/drivers/ide/ide-detect.$(LINUX_KMOD_SUFFIX)
AUTOLOAD+=$(call AutoLoad,30,ide-detect)
AUTOLOAD+=$(call AutoLoad,35,ide-detect)
endef
ifneq ($(CONFIG_arm)$(CONFIG_powerpc),y)