LuCI - OpenWrt Configuration Interface
Revisão | 77f4431590aed9328950079f96bfd3eac177b444 (tree) |
---|---|
Hora | 2022-05-23 13:04:26 |
Autor | Tianling Shen <cnsztl@immo...> |
Commiter | Tianling Shen |
luci-app-autoreboot: fix dependency
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -6,7 +6,7 @@ | ||
6 | 6 | include $(TOPDIR)/rules.mk |
7 | 7 | |
8 | 8 | LUCI_TITLE:=LuCI support for Scheduled Reboot |
9 | -LUCI_DEPENDS:=+luci | |
9 | +LUCI_DEPENDS:=+luci-compat | |
10 | 10 | LUCI_PKGARCH:=all |
11 | 11 | PKG_VERSION:=1.0 |
12 | 12 | PKG_RELEASE:=8 |