projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92408aa
)
wireguard: add dependency to luci-proto-wireguard
author
Sven Roederer
<
[email protected]
>
Mon, 26 Mar 2018 17:15:25 +0000
(19:15 +0200)
committer
GitHub
<
[email protected]
>
Mon, 26 Mar 2018 17:15:25 +0000
(19:15 +0200)
Installing luci-app-wireguard should also install luci-proto-wireguard, to have it as an protocol for interface setup.
Signed-off-by: Sven Roederer <
[email protected]
>
applications/luci-app-wireguard/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-wireguard/Makefile
b/applications/luci-app-wireguard/Makefile
index 92cdcf27000b7bd28a343e7748e365063014c0d0..ae315bdfe3e86f7a6bd2515b21e679069e77ad95 100644
(file)
--- a/
applications/luci-app-wireguard/Makefile
+++ b/
applications/luci-app-wireguard/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=WireGuard Status
-LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard
+LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard
+luci-proto-wireguard
LUCI_PKGARCH:=all
PKG_MAINTAINER:=Dan Luedtke <
[email protected]
>