From d35b658d8a7d7a8f0872e46c5182b05de4500495 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 8 Oct 2024 23:11:53 +0200 Subject: luci-app-rp-pppoe-server: convert to JS Remove luci-compat dep. Signed-off-by: Paul Donald --- applications/luci-app-rp-pppoe-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile index 5c8f8bca09..edf41fc489 100644 --- a/applications/luci-app-rp-pppoe-server/Makefile +++ b/applications/luci-app-rp-pppoe-server/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Roaring Penguin PPPoE Server -LUCI_DEPENDS:=+luci-base +luci-compat +rp-pppoe-server +LUCI_DEPENDS:=+luci-base +rp-pppoe-server PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Paul Donald -- cgit v1.2.3