luci-proto-wireguard: mark package as arch indep. 1023/head
authorDan Lüdtke <mail@danrl.com>
Thu, 16 Feb 2017 20:50:39 +0000 (21:50 +0100)
committerGitHub <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

index ed94a55..0dc70cf 100644 (file)
@@ -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>