From 4c04f649fe8fc4b596a8e3418d3644aa5878ab47 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 1 Apr 2006 14:51:48 +0000 Subject: [PATCH] load of ide modules at boot (closes: #439) SVN-Revision: 3565 --- openwrt/target/linux/Config.in | 6 ++++++ openwrt/target/linux/generic-2.4/modules.mk | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index e81b099be7..7a416753ad 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -287,6 +287,12 @@ config BR2_PACKAGE_KMOD_IDE help Kernel modules for IDE support useful for usb mass storage devices (e.g. on WL-HDD) + + Includes: + - ide-core + - ide-detect + - ide-disk + - pdc202xx_old config BR2_PACKAGE_KMOD_LOOP prompt "kmod-loop......................... Loop mount support" diff --git a/openwrt/target/linux/generic-2.4/modules.mk b/openwrt/target/linux/generic-2.4/modules.mk index 705b702e83..f35e9ba56b 100644 --- a/openwrt/target/linux/generic-2.4/modules.mk +++ b/openwrt/target/linux/generic-2.4/modules.mk @@ -110,7 +110,7 @@ $(eval $(call KMOD_template,IP6TABLES,ip6tables,\ $(eval $(call KMOD_template,IDE,ide,\ $(MODULES_DIR)/kernel/drivers/ide/*.o \ $(MODULES_DIR)/kernel/drivers/ide/*/*.o \ -,CONFIG_IDE)) +,CONFIG_IDE,,20,pdc202xx_old ide-core ide-detect ide-disk)) $(eval $(call KMOD_template,LOOP,loop,\ $(MODULES_DIR)/kernel/drivers/block/loop.o \ -- 2.30.2