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
master
Felix Fietkau 2009-08-23 23:56:19 +00:00
parent bd4eecb9c7
commit 27c1c93d6f
1 changed files with 1 additions and 1 deletions

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)