summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wireguard/Makefile
diff options
context:
space:
mode:
authordanrl <mail@danrl.com>2017-02-16 19:40:26 +0100
committerdanrl <mail@danrl.com>2017-02-17 07:32:17 +0100
commit58833aa2df97ba93a9512f3b0c428cf558fa2235 (patch)
tree3d31e9898c8f412992f0ec1b8c5eeda509df6f78 /applications/luci-app-wireguard/Makefile
parentc0303598d5420324fa8991bfca8f34d341ab4d44 (diff)
luci-app-wireguard: initial commit
This application allows for monitoring of WireGuard interfaces via the Status menu. Signed-off-by: Dan Luedtke <mail@danrl.com>
Diffstat (limited to 'applications/luci-app-wireguard/Makefile')
-rw-r--r--applications/luci-app-wireguard/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/applications/luci-app-wireguard/Makefile b/applications/luci-app-wireguard/Makefile
new file mode 100644
index 000000000..2ca3e7e58
--- /dev/null
+++ b/applications/luci-app-wireguard/Makefile
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2016-2017 Dan Luedtke <mail@danrl.com>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=WireGuard Status
+LUCI_DEPENDS:=+wireguard
+LUCI_PKGARCH:=all
+
+PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature