From: Jo-Philipp Wich Date: Thu, 18 Nov 2021 10:19:30 +0000 (+0100) Subject: luci-app-hd-idle: depend on lsblk X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=27ca2e246ff894bdda790bf48c7a85d9ab7d135e;p=openwrt-luci.git 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 --- 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