Merge pull request #5399 from TDT-AG/pr/20213009-luci-wireguard

luci-proto-wireguard: fix luci.wireguard rpcd dependency
pull/5406/head
Florian Eckert 2021-09-30 17:41:46 +02:00 committed by GitHub
commit 7f346e4d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for WireGuard VPN
LUCI_DEPENDS:=+wireguard-tools
LUCI_DEPENDS:=+wireguard-tools +libuci-lua
LUCI_PKGARCH:=all
include ../../luci.mk