mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user