diff options
author | danrl <mail@danrl.com> | 2017-02-16 19:40:26 +0100 |
---|---|---|
committer | danrl <mail@danrl.com> | 2017-02-17 07:32:17 +0100 |
commit | 58833aa2df97ba93a9512f3b0c428cf558fa2235 (patch) | |
tree | 3d31e9898c8f412992f0ec1b8c5eeda509df6f78 /applications/luci-app-wireguard/Makefile | |
parent | c0303598d5420324fa8991bfca8f34d341ab4d44 (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/Makefile | 17 |
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 |