1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 14:42:55 +03:00

load of ide modules at boot (closes: #439)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3565 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-04-01 14:51:48 +00:00
parent 20f6233941
commit 185ad00657
2 changed files with 7 additions and 1 deletions

View File

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

View File

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