Merge pull request #1023 from danrl/luci-proto-wireguard
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 16 Feb 2017 20:53:28 +0000 (22:53 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Feb 2017 20:53:28 +0000 (22:53 +0200)
luci-proto-wireguard: mark package as arch indep.

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>