mirror of https://github.com/hak5/openwrt.git
parent
43ce8fb570
commit
4c04f649fe
|
@ -288,6 +288,12 @@ config BR2_PACKAGE_KMOD_IDE
|
||||||
Kernel modules for IDE support
|
Kernel modules for IDE support
|
||||||
useful for usb mass storage devices (e.g. on WL-HDD)
|
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
|
config BR2_PACKAGE_KMOD_LOOP
|
||||||
prompt "kmod-loop......................... Loop mount support"
|
prompt "kmod-loop......................... Loop mount support"
|
||||||
tristate
|
tristate
|
||||||
|
|
|
@ -110,7 +110,7 @@ $(eval $(call KMOD_template,IP6TABLES,ip6tables,\
|
||||||
$(eval $(call KMOD_template,IDE,ide,\
|
$(eval $(call KMOD_template,IDE,ide,\
|
||||||
$(MODULES_DIR)/kernel/drivers/ide/*.o \
|
$(MODULES_DIR)/kernel/drivers/ide/*.o \
|
||||||
$(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,\
|
$(eval $(call KMOD_template,LOOP,loop,\
|
||||||
$(MODULES_DIR)/kernel/drivers/block/loop.o \
|
$(MODULES_DIR)/kernel/drivers/block/loop.o \
|
||||||
|
|
Loading…
Reference in New Issue