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
..
2020-07-07 22:16:47 +02:00
2020-04-18 21:06:45 +02:00
2020-01-12 22:19:37 +01:00
2020-01-07 20:52:23 +01:00
2019-07-08 16:28:47 +02:00
2019-11-09 14:33:42 +01:00
2020-03-15 15:55:56 +00:00
2020-07-23 23:39:56 +02:00
2019-10-12 23:37:00 +02:00
2019-04-06 19:14:06 +02:00
2020-05-13 19:01:23 +02:00