busybox: update to 1.33
[openwrt/openwrt.git] / package / utils / busybox / config / coreutils / Config.in
index c5cd54d7f64ab907de2d11995136ec5a1b3fb180..e256ca36f5e4fdab659d10e003164ab6e6501a36 100644 (file)
@@ -110,12 +110,10 @@ config BUSYBOX_CONFIG_FEATURE_DATE_ISOFMT
        Enable option (-I) to output an ISO-8601 compliant
        date/time string.
 
-# defaults to "no": stat's nanosecond field is a bit non-portable
 config BUSYBOX_CONFIG_FEATURE_DATE_NANO
        bool "Support %[num]N nanosecond format specifier"
-       default BUSYBOX_DEFAULT_FEATURE_DATE_NANO  # syscall(__NR_clock_gettime)
+       default BUSYBOX_DEFAULT_FEATURE_DATE_NANO # stat's nanosecond field is a bit non-portable
        depends on BUSYBOX_CONFIG_DATE
-       select BUSYBOX_CONFIG_PLATFORM_LINUX
        help
        Support %[num]N format specifier. Adds ~250 bytes of code.
 
@@ -636,7 +634,6 @@ config BUSYBOX_CONFIG_FEATURE_STAT_FILESYSTEM
        bool "Enable display of filesystem status (-f)"
        default BUSYBOX_DEFAULT_FEATURE_STAT_FILESYSTEM
        depends on BUSYBOX_CONFIG_STAT
-       select BUSYBOX_CONFIG_PLATFORM_LINUX # statfs()
        help
        Without this, stat will not support the '-f' option to display
        information about filesystem status.
@@ -837,6 +834,11 @@ config BUSYBOX_CONFIG_UUDECODE
        default BUSYBOX_DEFAULT_UUDECODE
        help
        uudecode is used to decode a uuencoded file.
+config BUSYBOX_CONFIG_BASE32
+       bool "base32 (4.9 kb)"
+       default BUSYBOX_DEFAULT_BASE32
+       help
+       Base32 encode and decode
 config BUSYBOX_CONFIG_BASE64
        bool "base64 (4.9 kb)"
        default BUSYBOX_DEFAULT_BASE64