From bf5fab43f429a7adb99eecda7c668db45b9e7b77 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 27 Jan 2020 11:00:07 +0100 Subject: [PATCH] luci-app-wol: drop luci-compat dependency Signed-off-by: Jo-Philipp Wich --- applications/luci-app-wol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1