mirror of https://git.openwrt.org/project/luci.git
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:
parent
f827219f6c
commit
d35b658d8a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue