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 <[email protected]> --- 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 -- 2.27.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
