git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f827219
)
luci-app-rp-pppoe-server: convert to JS
author
Paul Donald
<redacted>
Tue, 8 Oct 2024 21:11:53 +0000
(23:11 +0200)
committer
Paul Donald
<redacted>
Tue, 8 Oct 2024 21:11:58 +0000
(23:11 +0200)
Remove luci-compat dep.
Signed-off-by: Paul Donald <redacted>
applications/luci-app-rp-pppoe-server/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-rp-pppoe-server/Makefile
b/applications/luci-app-rp-pppoe-server/Makefile
index 5c8f8bca096757d2193b001c5e2c8816f7a11e7b..edf41fc489d20e9e5c0306934a022197e3c34d2e 100644
(file)
--- 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>
git clone https://git.99rst.org/PROJECT