openwrt/toolchain/musl
Petr Štetiar 6676875579 toolchain: musl: disable crypt size hack by default
Enable this option and thus re-include crypt() support for the SHA256,
SHA512 and Blowfish ciphers on all devices. According to commit
9365745f8e ("musl: add a hack to remove unused crypt() algorithms,
saves ~14k after lzma") it should add about ~14k to the resulting image,
which seems to be a reasonable size increase for consistent crypt()
support.

Decided to not remove this hack completely as it might be still useful
for people trying to fit custom images onto smaller devices and the
patch is rather simple so we can afford to keep it for now.

References: https://github.com/openwrt/openwrt/pull/1331
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2021-12-27 11:26:32 +01:00
..
include/sys toolchain/musl: remove several GNU headers 2021-09-22 19:04:02 +02:00
patches toolchain/musl: Remove extra format attribute patch 2021-09-22 19:04:02 +02:00
Config.in toolchain: musl: disable crypt size hack by default 2021-12-27 11:26:32 +01:00
Makefile toolchain/musl: parallelize make install 2017-02-09 14:49:33 +01:00
common.mk toolchain/musl: update to 1.2.2 2021-09-22 19:04:02 +02:00