luci-app-rp-pppoe-server: convert to JS

Remove luci-compat dep.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald 2024-10-08 23:11:53 +02:00
parent f827219f6c
commit d35b658d8a
1 changed files with 1 additions and 1 deletions

View 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>