diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-11-10 15:07:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 15:07:09 +0200 |
commit | 88632b37a10c0bc80a58137c4daf1107e4421b31 (patch) | |
tree | d081f35f878efaa27249c2dbe8c2417bcb84a3f5 | |
parent | 40de466475a617f42d1f5cfa03d0342676e84c9b (diff) | |
parent | 63b86dbbbf7138f0b2cfcd68c9ffc43d677f7eee (diff) |
Merge pull request #2265 from danrl/dm
luci-*-wireguard: Remove inactive maintainer
-rw-r--r-- | applications/luci-app-wireguard/Makefile | 2 | ||||
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/applications/luci-app-wireguard/Makefile b/applications/luci-app-wireguard/Makefile index ae315bdfe..417c8ab29 100644 --- a/applications/luci-app-wireguard/Makefile +++ b/applications/luci-app-wireguard/Makefile @@ -10,8 +10,6 @@ LUCI_TITLE:=WireGuard Status LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard +luci-proto-wireguard LUCI_PKGARCH:=all -PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com> - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 0dc70cf31..3540a74ac 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -10,8 +10,6 @@ LUCI_TITLE:=Support for WireGuard VPN LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools LUCI_PKGARCH:=all -PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com> - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |