summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2024-12-01 19:26:31 +0200
committerHannu Nyman <hannu.nyman@iki.fi>2024-12-01 19:28:07 +0200
commit019e29f20eff0cdb161f9e78059934c7162db5fa (patch)
treed4eb7784ee965c415ab1f016754c64807bbca81b
parent48196f0aae66ac91726aac242697674446a0ada3 (diff)
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 <hannu.nyman@iki.fi>
-rw-r--r--applications/luci-app-wifischedule/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <openwrt@newk.it>