Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-11-18 13:19:30 +0300
committerJo-Philipp Wich <jo@mein.io>2021-11-18 13:19:30 +0300
commit27ca2e246ff894bdda790bf48c7a85d9ab7d135e (patch)
tree99921028bbfbc8c1cebdacba9eb504812666da76 /applications/luci-app-hd-idle
parent6e329250d6df87b24ae4d8c5cf39c10baa5e35fb (diff)
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>
Diffstat (limited to 'applications/luci-app-hd-idle')
-rw-r--r--applications/luci-app-hd-idle/Makefile2
1 files changed, 1 insertions, 1 deletions
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