openwrt/package/network
Rui Salvaterra f2af32c20c wireguard-tools: allow compiling with MIPS16 instructions
The wg utility compiles and runs without issues in MIPS16 mode, despite setting
PKG_USE_MIPS16:=0 in the makefile. Let's remove this, allowing for a substantial
size reduction of the wg executable. Since wg is a just a configuration utility,
it shouldn't be performance-critical, as the crypto heavy-lifting is done on the
kernel side.

wg sizes for both modes:

MIPS32: 64309 bytes
MIPS16: 42501 bytes

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2020-08-01 14:54:39 +01:00
..
config firewall: bump to version 2020-07-05 2020-07-26 18:10:52 +08:00
ipv6 package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00
services hostapd: fix incorrect service name 2020-07-31 19:51:51 +02:00
utils wireguard-tools: allow compiling with MIPS16 instructions 2020-08-01 14:54:39 +01:00