diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 23:11:53 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 23:11:58 +0200 |
commit | d35b658d8a7d7a8f0872e46c5182b05de4500495 (patch) | |
tree | da79cea62208dcaa7614b46df1f5b617cdf73b59 | |
parent | f827219f6cf8bb147407013791bcb340eeff9363 (diff) |
luci-app-rp-pppoe-server: convert to JS
Remove luci-compat dep.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-rw-r--r-- | applications/luci-app-rp-pppoe-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <newtwen+github@gmail.com> |