diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-16 22:53:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-16 22:53:28 +0200 |
commit | 291bc84d9cb2929d5860cc7d2bf1b27200661787 (patch) | |
tree | 23fb58e1ae9fab2d4e619aeff69df8b8190df1c1 | |
parent | c0303598d5420324fa8991bfca8f34d341ab4d44 (diff) | |
parent | 517d430f6517515cea82babc0c28d7489f03e080 (diff) |
Merge pull request #1023 from danrl/luci-proto-wireguard
luci-proto-wireguard: mark package as arch indep.
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 1 |
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> |