From 66ffe4b0538c3ca65845411d233d6015d90aa6ee Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 9 Apr 2007 00:50:53 +0000 Subject: add magicbox 2.0 cf slot support - kmod-ide must not be used on magicbox 1.1 (no working hw detection yet) SVN-Revision: 6909 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 2aaa2ab393..0f6bb11222 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -51,7 +51,7 @@ define KernelPackage/ide-core KCONFIG:=$(CONFIG_IDE) FILES:=$(MODULES_DIR)/kernel/drivers/ide/*.$(LINUX_KMOD_SUFFIX) SUBMENU:=$(EMENU) - AUTOLOAD:=$(call AutoLoad,20,ide-core) $(call AutoLoad,90,ide-detect ide-disk) + AUTOLOAD:=$(call AutoLoad,20,ide-core) $(call AutoLoad,90,ide-generic ide-detect ide-disk) endef $(eval $(call KernelPackage,ide-core)) -- cgit v1.2.3