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/miscutils | |
parent | 00a0256b75c3d7fe3f261f9754c7c8bf73d2f5b2 (diff) |
busybox: update to 1.36.0, remove unsupported choice
Diffstat (limited to 'package/busybox/config/miscutils')
-rw-r--r-- | package/busybox/config/miscutils/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index a236373ae..5c04fd8ef 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -699,6 +699,13 @@ config BUSYBOX_RX default y help Receive files using the Xmodem protocol. +config BUSYBOX_SEEDRNG + bool "seedrng (1.3 kb)" + default y + help + Seed the kernel RNG from seed files, meant to be called + once during startup, once during shutdown, and optionally + at some periodic interval in between. config BUSYBOX_SETFATTR bool "setfattr (3.7 kb)" default y @@ -722,6 +729,11 @@ config BUSYBOX_TIME The time command runs the specified program with the given arguments. When the command finishes, time writes a message to standard output giving timing statistics about this program run. +config BUSYBOX_TREE + bool "tree (0.6 kb)" + default y + help + List files and directories in a tree structure. config BUSYBOX_TS bool "ts (450 bytes)" default y |