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
This commit is contained in:
Felix Fietkau
2007-04-09 00:50:53 +00:00
parent 880b837992
commit 66ffe4b053
3 changed files with 2326 additions and 4 deletions

View File

@@ -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))