mirror of
https://github.com/openwrt/luci.git
synced 2025-02-07 01:10:00 +00:00
Fixed bug with incorrect peer name detection on `Status -> WireGuard` page when more than one peer with the same public key exist: 1. Peers are now tested not only by public key, but also by enabled/disabled status, peer host (both IP and FQDN are supported) and port. 2. Added required `resolveip` dependency. Closes #7342 Signed-off-by: @this-username-has-been-taken Signed-off-by: Paul Donald <newtwen+github@gmail.com>
19 lines
422 B
Makefile
19 lines
422 B
Makefile
#
|
|
# Copyright (C) 2016 Dan Luedtke <mail@danrl.com>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Support for WireGuard VPN
|
|
LUCI_DEPENDS:=+wireguard-tools +ucode +luci-lib-uqr +resolveip
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|