From: Hannu Nyman Date: Sun, 1 Dec 2024 17:34:24 +0000 (+0200) Subject: luci-app-wifischedule: Correct dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=846e5c6df882f291da30ea82e9627b7ce54c4a48;p=project%2Fluci.git luci-app-wifischedule: Correct dependencies As the app is now javascript-based, depend on luci-base instead of luci-compat. (modified from 3e7fe9f07 and 019e29f20) Signed-off-by: Hannu Nyman --- diff --git a/applications/luci-app-wifischedule/Makefile b/applications/luci-app-wifischedule/Makefile index 891b41bf5a..0be15bc2c0 100644 --- a/applications/luci-app-wifischedule/Makefile +++ b/applications/luci-app-wifischedule/Makefile @@ -15,7 +15,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Turns WiFi on and off according to a schedule -LUCI_DEPENDS:=+luci-compat +wifischedule +LUCI_DEPENDS:=+luci-base +wifischedule include ../../luci.mk