diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-04-01 14:51:48 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-04-01 14:51:48 +0000 |
| commit | 4c04f649fe8fc4b596a8e3418d3644aa5878ab47 (patch) | |
| tree | 9f6a18c032b20defada8482c0e2b9acec93bdeca /openwrt/target/linux/generic-2.4/modules.mk | |
| parent | 43ce8fb570e128ecc8055d3239c1a169f18d573f (diff) | |
| download | mtk-20170518-4c04f649fe8fc4b596a8e3418d3644aa5878ab47.zip mtk-20170518-4c04f649fe8fc4b596a8e3418d3644aa5878ab47.tar.gz mtk-20170518-4c04f649fe8fc4b596a8e3418d3644aa5878ab47.tar.bz2 | |
load of ide modules at boot (closes: #439)
SVN-Revision: 3565
Diffstat (limited to 'openwrt/target/linux/generic-2.4/modules.mk')
| -rw-r--r-- | openwrt/target/linux/generic-2.4/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/generic-2.4/modules.mk b/openwrt/target/linux/generic-2.4/modules.mk index 705b702..f35e9ba 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 \ |
