mirror of https://github.com/openwrt/luci.git
luci-proto-wireguard: fix Makefile 'provides'
once-upon-a-time it was called luci-app-wireguard. Now it's proto. Signed-off-by: Paul Donald <newtwen+github@gmail.com>pull/7080/head
parent
622dbf6420
commit
f5f2323e80
|
@ -10,7 +10,7 @@ LUCI_TITLE:=Support for WireGuard VPN
|
|||
LUCI_DEPENDS:=+wireguard-tools +ucode
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_PROVIDES:=luci-app-wireguard
|
||||
PKG_PROVIDES:=luci-proto-wireguard
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
Loading…
Reference in New Issue