diff options
Diffstat (limited to 'applications/luci-app-rp-pppoe-server')
-rw-r--r-- | applications/luci-app-rp-pppoe-server/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile index 4454242d48..c3d40d735c 100644 --- a/applications/luci-app-rp-pppoe-server/Makefile +++ b/applications/luci-app-rp-pppoe-server/Makefile @@ -10,6 +10,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Roaring Penguin PPPoE Server LUCI_DEPENDS:=+luci-base +luci-compat +rp-pppoe-server +PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua b/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua index 91e1e54532..fc7d963ebd 100644 --- a/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua +++ b/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua @@ -1,4 +1,4 @@ --- Copyright 2015 Daniel Dickinson <openwrt@daniel.thecshore.com> +-- Copyright 2015 Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> -- Licensed to the public under the Apache License 2.0. local m, s, o |