1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
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
..
base-files base-files: mount bpffs at boot 2020-07-31 13:43:03 +01:00
boot kirkwood: use real model names for Linksys devices 2020-07-31 15:03:43 +02:00
devel kernel: fix portability issue with perf on linux 5.4 2020-06-04 21:52:57 +02:00
firmware layerscape: harmonize device strings 2020-07-27 12:06:52 +02:00
kernel exfat: add out of tree module 2020-08-01 14:54:39 +01:00
libs lzo: fix pkgconfig paths 2020-07-17 11:00:33 +02:00
network wireguard-tools: allow compiling with MIPS16 instructions 2020-08-01 14:54:39 +01:00
system procd: update to git HEAD 2020-07-30 17:16:53 +01:00
utils ravpower-mcu: bump PKG_RELEASE 2020-07-15 09:56:23 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00