1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

added sdparm and scsi-generic module, from #2481

SVN-Revision: 9201
This commit is contained in:
John Crispin 2007-10-08 21:54:13 +00:00
parent 1b072e1568
commit 6c59772456

@ -137,6 +137,16 @@ endef
$(eval $(call KernelPackage,scsi-core))
define KernelPackage/scsi-generic
TITLE:=Kernel support for SCSI generic
SUBMENU:=$(EMENU)
KCONFIG:=$(CONFIG_CHR_DEV_SG)
FILES:= \
$(LINUX_DIR)/drivers/scsi/sg.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,65,sg)
endef
$(eval $(call KernelPackage,scsi-generic))
define KernelPackage/loop
SUBMENU:=$(BLOCK_MENU)