From: Paul Donald Date: Tue, 8 Oct 2024 21:11:53 +0000 (+0200) Subject: luci-app-rp-pppoe-server: convert to JS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d35b658d8a7d7a8f0872e46c5182b05de4500495;p=project%2Fluci.git luci-app-rp-pppoe-server: convert to JS Remove luci-compat dep. Signed-off-by: Paul Donald --- 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