summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-rp-pppoe-server/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-10-14 13:15:35 +0300
committerGitHub <noreply@github.com>2016-10-14 13:15:35 +0300
commit1e1a706db5040d94ec5fd98a1fbf3563637b6c67 (patch)
treeed0dd3c7485784dd4f244e38be2cb395e16d72ac /applications/luci-app-rp-pppoe-server/Makefile
parent3af8b3c5b6ccf0c87c0188772d8e1be8870fc214 (diff)
parent1f4bda95fffd0a9bf7538ec338d4deea36214392 (diff)
Merge pull request #682 from cshore/pull-request-pppoe-server
luci-app-pppoe-server: Add PPPoE server configuration
Diffstat (limited to 'applications/luci-app-rp-pppoe-server/Makefile')
-rw-r--r--applications/luci-app-rp-pppoe-server/Makefile15
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 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