diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-09-27 09:21:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 09:21:35 +0200 |
commit | 2d9fe21f3de8b2a96f5899b1a4e5906b885d2e15 (patch) | |
tree | bac797290e9ff4b67f24c2193e8baa843d9a897b /protocols/luci-proto-wireguard/Makefile | |
parent | 60ac4b4ad99e31a5df2044675f5ab10dc2c20479 (diff) | |
parent | 9d560c46cc0663a80d271e2e2dddc5243f6ccfd7 (diff) |
Merge pull request #5391 from feckert/pr/20210926-luci-app-wireguard
luci-app-wireguard: fix dependency
Diffstat (limited to 'protocols/luci-proto-wireguard/Makefile')
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 45ec1921cc..f88b90bbfa 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for WireGuard VPN -LUCI_DEPENDS:=+wireguard-tools +luci-app-wireguard +LUCI_DEPENDS:=+wireguard-tools LUCI_PKGARCH:=all include ../../luci.mk |