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: https://git.librecmc.org/?a=commitdiff_plain;h=bf5fab43f429a7adb99eecda7c668db45b9e7b77;p=oweals%2Fluci.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 9ffc322d3..d935ee903 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