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: https://git.librecmc.org/?a=commitdiff_plain;h=517d430f6517515cea82babc0c28d7489f03e080;p=oweals%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 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