diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-19 16:13:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 16:13:19 +0200 |
commit | 0f5321d2ebe801fea77031fed221ae7b13636816 (patch) | |
tree | 4b039d0575c631aebb182d7b6651f66935d1f7c7 /applications/luci-app-wireguard/Makefile | |
parent | 9726e26a7a2ea6052827472bfbec3c9914abedf8 (diff) | |
parent | 58833aa2df97ba93a9512f3b0c428cf558fa2235 (diff) |
Merge pull request #1022 from danrl/luci-app-wireguard
luci-app-wireguard: initial commit
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 0000000000..2ca3e7e58f --- /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 |