luci-app-hd-idle: depend on lsblk
Since the last refactoring, luci-app-hd-idle requires lsblk to enumerate
disk devices.
Fixes: #5527
Fixes: 55e725ab7b
("luci-app-hd-idle: Improve content shown by luci.")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
6e329250d6
commit
27ca2e246f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Hard Disk Idle Spin-Down module
|
||||
LUCI_DEPENDS:=+hd-idle
|
||||
LUCI_DEPENDS:=+hd-idle +lsblk
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue