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: 47503
This commit is contained in:
parent
1f9cd871f7
commit
949d7fc378
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ $(eval $(call KernelPackage,scsi-cdrom))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/scsi-tape
|
define KernelPackage/scsi-tape
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
TITLE:=Kernel support for scsi tape drives
|
TITLE:=Kernel support for scsi tape drives
|
||||||
DEPENDS:=+kmod-scsi-core
|
DEPENDS:=+kmod-scsi-core
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
|
Loading…
Reference in a new issue