From: Dan Lüdtke Date: Thu, 16 Feb 2017 20:50:39 +0000 (+0100) Subject: luci-proto-wireguard: mark package as arch indep. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F1023%2Fhead;p=project%2Fluci.git luci-proto-wireguard: mark package as arch indep. Marks package luci-proto-wireguard as architecture independent. Signed-off-by: Dan Luedtke --- diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index ed94a557b6..0dc70cf31e 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