mirror of https://github.com/hak5/openwrt.git
kernel: fix menu for scsi-tape
this should be placed under the block menu entry, this fixes r47482. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47503lede-17.01
parent
1f9cd871f7
commit
949d7fc378
|
@ -657,7 +657,7 @@ $(eval $(call KernelPackage,scsi-cdrom))
|
|||
|
||||
|
||||
define KernelPackage/scsi-tape
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Kernel support for scsi tape drives
|
||||
DEPENDS:=+kmod-scsi-core
|
||||
KCONFIG:= \
|
||||
|
|
Loading…
Reference in New Issue