From: Jo-Philipp Wich Date: Mon, 27 Jan 2020 10:00:07 +0000 (+0100) Subject: luci-app-wol: drop luci-compat dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bf5fab43f429a7adb99eecda7c668db45b9e7b77;p=openwrt-luci.git luci-app-wol: drop luci-compat dependency Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-wol/Makefile b/applications/luci-app-wol/Makefile index 9ffc322d39..d935ee9030 100644 --- a/applications/luci-app-wol/Makefile +++ b/applications/luci-app-wol/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Wake-on-LAN -LUCI_DEPENDS:=+luci-compat +etherwake +LUCI_DEPENDS:=+etherwake include ../../luci.mk