diff options
author | Van Waholtz <vanwaholtz@gmail.com> | 2020-05-09 10:04:25 +0800 |
---|---|---|
committer | Van Waholtz <vanwaholtz@gmail.com> | 2020-05-11 22:07:06 +0800 |
commit | 836626260ab0b9bde6d10a3d50b6ba9d581e2d4e (patch) | |
tree | f3a5c260463c00c22ea1f7913f99632acb2695d8 /applications/luci-app-hd-idle/Makefile | |
parent | dd749961957c6a18bd3a831f27f6fa8f55dbd2d3 (diff) |
luci-app-hd-idle: convert to client side rendering
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
Diffstat (limited to 'applications/luci-app-hd-idle/Makefile')
-rw-r--r-- | applications/luci-app-hd-idle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-hd-idle/Makefile b/applications/luci-app-hd-idle/Makefile index cba55796dd..07d5cadd99 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:=+luci-compat +hd-idle +LUCI_DEPENDS:=+hd-idle include ../../luci.mk |