Skip to content

Commit

Permalink
luci-app-rp-pppoe-server: convert to JS
Browse files Browse the repository at this point in the history
Remove luci-compat dep.

Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Oct 8, 2024
1 parent f827219 commit d35b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/luci-app-rp-pppoe-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down

0 comments on commit d35b658

Please sign in to comment.