diff options
author | Daniel Dickinson <lede@cshore.thecshore.com> | 2016-08-13 20:36:18 -0400 |
---|---|---|
committer | Daniel Dickinson <lede@cshore.thecshore.com> | 2016-08-13 20:36:18 -0400 |
commit | 1f4bda95fffd0a9bf7538ec338d4deea36214392 (patch) | |
tree | ee284bc1555d56bab893c41b4068f5420c2fadaf /applications/luci-app-rp-pppoe-server/Makefile | |
parent | 6415c04d1342162bad16874653189b3780cdbd04 (diff) |
luci-app-pppoe-server: Add PPPoE server configuration
Adds support for rp-pppoe-server configuration once pending
pull request for packages feed gets applied.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Diffstat (limited to 'applications/luci-app-rp-pppoe-server/Makefile')
-rw-r--r-- | applications/luci-app-rp-pppoe-server/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile new file mode 100644 index 000000000..6cf4595ce --- /dev/null +++ b/applications/luci-app-rp-pppoe-server/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Roaring Penguing PPPoE Server +LUCI_DEPENDS:=+rp-pppoe-server + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |