[PATCH] busybox: disable SUSv2 compatibility by default
Paul Spooren
mail at aparcar.org
Wed Jul 8 14:25:37 EDT 2020
What is the storage gain archived by changing this?
On 08.07.20 01:27, Rui Salvaterra wrote:
> The Single UNIX Specification, Version 3, came out on the 30th January 2002 [1].
> There's nothing in the OpenWrt userspace which needs support for legacy SUSv2
> compatibility.
>
> [1] http://www.unix.org/version3/pr.html
>
> Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
> ---
> package/utils/busybox/Config-defaults.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
> index 29724041f4..632a7fef45 100644
> --- a/package/utils/busybox/Config-defaults.in
> +++ b/package/utils/busybox/Config-defaults.in
> @@ -12,7 +12,7 @@ config BUSYBOX_DEFAULT_FEDORA_COMPAT
> default n
> config BUSYBOX_DEFAULT_INCLUDE_SUSv2
> bool
> - default y
> + default n
> config BUSYBOX_DEFAULT_LONG_OPTS
> bool
> default y
More information about the openwrt-devel
mailing list