summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDan Lüdtke <mail@danrl.com>2017-02-16 21:50:39 +0100
committerGitHub <noreply@github.com>2017-02-16 21:50:39 +0100
commit517d430f6517515cea82babc0c28d7489f03e080 (patch)
tree23fb58e1ae9fab2d4e619aeff69df8b8190df1c1
parentc0303598d5420324fa8991bfca8f34d341ab4d44 (diff)
luci-proto-wireguard: mark package as arch indep.
Marks package luci-proto-wireguard as architecture independent. Signed-off-by: Dan Luedtke <mail@danrl.com>
-rw-r--r--protocols/luci-proto-wireguard/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile
index ed94a557b..0dc70cf31 100644
--- 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>