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:
c030359
)
luci-proto-wireguard: mark package as arch indep.
1023/head
author
Dan Lüdtke
<mail@danrl.com>
Thu, 16 Feb 2017 20:50:39 +0000
(21:50 +0100)
committer
GitHub
<noreply@github.com>
Thu, 16 Feb 2017 20:50:39 +0000
(21:50 +0100)
Marks package luci-proto-wireguard as architecture independent.
Signed-off-by: Dan Luedtke <mail@danrl.com>
protocols/luci-proto-wireguard/Makefile
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-wireguard/Makefile
b/protocols/luci-proto-wireguard/Makefile
index ed94a557b67a4cea0cef6722d3c4a260d6d80605..0dc70cf31e5502b10684002586e562396d95445e 100644
(file)
--- a/
protocols/luci-proto-wireguard/Makefile
+++ b/
protocols/luci-proto-wireguard/Makefile
@@
-8,6
+8,7
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for WireGuard VPN
LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools
+LUCI_PKGARCH:=all
PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>