From 1f4bda95fffd0a9bf7538ec338d4deea36214392 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 13 Aug 2016 20:36:18 -0400 Subject: 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 --- applications/luci-app-rp-pppoe-server/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 applications/luci-app-rp-pppoe-server/Makefile (limited to 'applications/luci-app-rp-pppoe-server/Makefile') diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile new file mode 100644 index 0000000000..6cf4595cea --- /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 -- cgit v1.2.3