diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-19 16:05:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-20 13:11:51 +0100 |
commit | e115c09bc55453262eba5619113460d9526c2bf7 (patch) | |
tree | 498d601c39f7cc1a182ec08f7d40a732bd7882c4 /package/busybox/config/coreutils | |
parent | 00a0256b75c3d7fe3f261f9754c7c8bf73d2f5b2 (diff) |
busybox: update to 1.36.0, remove unsupported choice
Diffstat (limited to 'package/busybox/config/coreutils')
-rw-r--r-- | package/busybox/config/coreutils/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index ec8aa6802..00d646599 100644 --- a/package/busybox/config/coreutils/Config.in +++ b/package/busybox/config/coreutils/Config.in @@ -653,7 +653,7 @@ config BUSYBOX_SORT sort is used to sort lines of text in specified files. config BUSYBOX_FEATURE_SORT_BIG - bool "Full SuSv3 compliant sort (support -ktcbdfiogM)" + bool "Full SuSv3 compliant sort (support -ktcbdfioghM)" default y depends on BUSYBOX_SORT help @@ -851,6 +851,11 @@ config BUSYBOX_TRUNCATE help truncate truncates files to a given size. If a file does not exist, it is created unless told otherwise. +config BUSYBOX_TSORT + bool "tsort (0.7 kb)" + default y + help + tsort performs a topological sort. config BUSYBOX_TTY bool "tty (3.6 kb)" default y |