From 27ca2e246ff894bdda790bf48c7a85d9ab7d135e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 18 Nov 2021 11:19:30 +0100 Subject: [PATCH] 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 --- applications/luci-app-hd-idle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-hd-idle/Makefile b/applications/luci-app-hd-idle/Makefile index 07d5cadd99..28e1cef14b 100644 --- a/applications/luci-app-hd-idle/Makefile +++ b/applications/luci-app-hd-idle/Makefile @@ -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