From 019e29f20eff0cdb161f9e78059934c7162db5fa Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 1 Dec 2024 19:26:31 +0200 Subject: [PATCH] luci-app-wifischedule: Remove unnecessary dependency As the app has been converted to javascript, remove the unnecessary luci-compat dependency. Signed-off-by: Hannu Nyman --- applications/luci-app-wifischedule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-wifischedule/Makefile b/applications/luci-app-wifischedule/Makefile index a3391f5ce0..9bf1dff6e4 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-base +luci-compat +wifischedule +LUCI_DEPENDS:=+luci-base +wifischedule PKG_LICENSE:=ISC PKG_MAINTAINER:=Nils Koenig -- 2.30.2