mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
kernel: support for scsi tape devices
Support for scsi tape devices as kernel module. This allow to use scsi tape devices in openwrt. Signed-off-by: Giuseppe Magnotta <giuseppe.magnotta@gmail.com> [moved to block.mk] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47482
This commit is contained in:
parent
f1894ad167
commit
d42669bf33
@ -654,3 +654,17 @@ define KernelPackage/scsi-cdrom
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,scsi-cdrom))
|
||||
|
||||
|
||||
define KernelPackage/scsi-tape
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Kernel support for scsi tape drives
|
||||
DEPENDS:=+kmod-scsi-core
|
||||
KCONFIG:= \
|
||||
CONFIG_CHR_DEV_ST
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/scsi/st.ko
|
||||
AUTOLOAD:=$(call AutoLoad,45,st)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,scsi-tape))
|
||||
|
Loading…
Reference in New Issue
Block a user