luci-app-rp-pppoe-server: convert to JS
authorPaul Donald <newtwen+github@gmail.com>
Tue, 8 Oct 2024 21:11:53 +0000 (23:11 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 8 Oct 2024 21:11:58 +0000 (23:11 +0200)
Remove luci-compat dep.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-rp-pppoe-server/Makefile

index 5c8f8bca096757d2193b001c5e2c8816f7a11e7b..edf41fc489d20e9e5c0306934a022197e3c34d2e 100644 (file)
@@ -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 <newtwen+github@gmail.com>