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:
Jo-Philipp Wich 2021-11-18 11:19:30 +01:00
parent 6e329250d6
commit 27ca2e246f

View file

@ -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