aboutsummaryrefslogtreecommitdiff
path: root/package/utils/busybox/config/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/config/miscutils/Config.in')
-rw-r--r--package/utils/busybox/config/miscutils/Config.in89
1 files changed, 47 insertions, 42 deletions
diff --git a/package/utils/busybox/config/miscutils/Config.in b/package/utils/busybox/config/miscutils/Config.in
index e15e318fe0..3d3a6d86fd 100644
--- a/package/utils/busybox/config/miscutils/Config.in
+++ b/package/utils/busybox/config/miscutils/Config.in
@@ -7,13 +7,13 @@
menu "Miscellaneous Utilities"
config BUSYBOX_CONFIG_ADJTIMEX
- bool "adjtimex (4.7 kb)"
+ bool "adjtimex (4.9 kb)"
default BUSYBOX_DEFAULT_ADJTIMEX
help
Adjtimex reads and optionally sets adjustment parameters for
the Linux clock adjustment algorithm.
config BUSYBOX_CONFIG_ASCII
- bool "ascii"
+ bool "ascii (784 bytes)"
default BUSYBOX_DEFAULT_ASCII
help
Print ascii table.
@@ -39,7 +39,7 @@ config BUSYBOX_CONFIG_FEATURE_COMPRESS_BBCONFIG
and have very little memory, this might not be a win. Otherwise,
you probably want this.
config BUSYBOX_CONFIG_BC
- bool "bc (45 kb)"
+ bool "bc (38 kb)"
default BUSYBOX_DEFAULT_BC
select BUSYBOX_CONFIG_FEATURE_DC_BIG
help
@@ -63,7 +63,7 @@ config BUSYBOX_CONFIG_BC
5) "read()" accepts expressions, not only numeric literals.
config BUSYBOX_CONFIG_DC
- bool "dc (36 kb)"
+ bool "dc (29 kb)"
default BUSYBOX_DEFAULT_DC
help
dc is a reverse-polish notation command-line calculator which
@@ -125,7 +125,7 @@ config BUSYBOX_CONFIG_FEATURE_BC_LONG_OPTIONS
endif
config BUSYBOX_CONFIG_BEEP
- bool "beep (2.4 kb)"
+ bool "beep (2.7 kb)"
default BUSYBOX_DEFAULT_BEEP
help
The beep applets beeps in a given freq/Hz.
@@ -146,7 +146,7 @@ config BUSYBOX_CONFIG_FEATURE_BEEP_LENGTH_MS
help
Length in ms for default beep.
config BUSYBOX_CONFIG_CHAT
- bool "chat (6.3 kb)"
+ bool "chat (6.7 kb)"
default BUSYBOX_DEFAULT_CHAT
help
Simple chat utility.
@@ -220,7 +220,7 @@ config BUSYBOX_CONFIG_CONSPY
or conspy -nd NUM screenshot of console num
or conspy -cs NUM poor man's GNU screen like
config BUSYBOX_CONFIG_CROND
- bool "crond (14 kb)"
+ bool "crond (15 kb)"
default BUSYBOX_DEFAULT_CROND
select BUSYBOX_CONFIG_FEATURE_SYSLOG
help
@@ -330,7 +330,7 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS
/dev/loop0. If your /dev directory has normal names instead of
devfs names, you don't want this.
config BUSYBOX_CONFIG_DEVMEM
- bool "devmem (2.5 kb)"
+ bool "devmem (2.7 kb)"
default BUSYBOX_DEFAULT_DEVMEM
help
devmem is a small program that reads and writes from physical
@@ -380,6 +380,11 @@ config BUSYBOX_CONFIG_FLASHCP
help
The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
This utility is used to copy images into a MTD device.
+config BUSYBOX_CONFIG_GETFATTR
+ bool "getfattr (12.3 kb)"
+ default BUSYBOX_DEFAULT_GETFATTR
+ help
+ Get extended attributes on files
config BUSYBOX_CONFIG_HDPARM
bool "hdparm (25 kb)"
default BUSYBOX_DEFAULT_HDPARM
@@ -437,36 +442,36 @@ config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
help
Enable the 'hdparm -d' option to get/set using_dma flag.
config BUSYBOX_CONFIG_HEXEDIT
- bool "hexedit (21 kb)"
+ bool "hexedit (15 kb)"
default BUSYBOX_DEFAULT_HEXEDIT
help
Edit file in hexadecimal.
config BUSYBOX_CONFIG_I2CGET
- bool "i2cget (5.5 kb)"
+ bool "i2cget (5.7 kb)"
default BUSYBOX_DEFAULT_I2CGET
help
Read from I2C/SMBus chip registers.
config BUSYBOX_CONFIG_I2CSET
- bool "i2cset (6.7 kb)"
+ bool "i2cset (6.9 kb)"
default BUSYBOX_DEFAULT_I2CSET
help
Set I2C registers.
config BUSYBOX_CONFIG_I2CDUMP
- bool "i2cdump (7.1 kb)"
+ bool "i2cdump (7.2 kb)"
default BUSYBOX_DEFAULT_I2CDUMP
help
Examine I2C registers.
config BUSYBOX_CONFIG_I2CDETECT
- bool "i2cdetect (7.1 kb)"
+ bool "i2cdetect (7.3 kb)"
default BUSYBOX_DEFAULT_I2CDETECT
help
Detect I2C chips.
config BUSYBOX_CONFIG_I2CTRANSFER
- bool "i2ctransfer (4.0 kb)"
+ bool "i2ctransfer (5.5 kb)"
default BUSYBOX_DEFAULT_I2CTRANSFER
help
Send user-defined I2C messages in one transfer.
@@ -579,7 +584,7 @@ config BUSYBOX_CONFIG_LOCK
help
Small utility for using locks in scripts
config BUSYBOX_CONFIG_LSSCSI
- bool "lsscsi (2.5 kb)"
+ bool "lsscsi (2.9 kb)"
default BUSYBOX_DEFAULT_LSSCSI
help
lsscsi is a utility for displaying information about SCSI buses in the
@@ -587,7 +592,7 @@ config BUSYBOX_CONFIG_LSSCSI
This version uses sysfs (/sys/bus/scsi/devices) only.
config BUSYBOX_CONFIG_MAKEDEVS
- bool "makedevs (9.2 kb)"
+ bool "makedevs (9.4 kb)"
default BUSYBOX_DEFAULT_MAKEDEVS
help
'makedevs' is a utility used to create a batch of devices with
@@ -623,7 +628,7 @@ config BUSYBOX_CONFIG_MAN
help
Format and display manual pages.
config BUSYBOX_CONFIG_MICROCOM
- bool "microcom (5.7 kb)"
+ bool "microcom (5.9 kb)"
default BUSYBOX_DEFAULT_MICROCOM
help
The poor man's minicom utility for chatting with serial port devices.
@@ -635,36 +640,36 @@ config BUSYBOX_CONFIG_MIM
Run a script from a Makefile-like specification file.
Unlike 'make' dependencies aren't supported.
config BUSYBOX_CONFIG_MT
- bool "mt (2.5 kb)"
+ bool "mt (2.7 kb)"
default BUSYBOX_DEFAULT_MT
help
mt is used to control tape devices. You can use the mt utility
to advance or rewind a tape past a specified number of archive
files on the tape.
config BUSYBOX_CONFIG_NANDWRITE
- bool "nandwrite (4.8 kb)"
+ bool "nandwrite (5 kb)"
default BUSYBOX_DEFAULT_NANDWRITE
help
Write to the specified MTD device, with bad blocks awareness
config BUSYBOX_CONFIG_NANDDUMP
- bool "nanddump (5.2 kb)"
+ bool "nanddump (5.4 kb)"
default BUSYBOX_DEFAULT_NANDDUMP
help
Dump the content of raw NAND chip
config BUSYBOX_CONFIG_PARTPROBE
- bool "partprobe (3.5 kb)"
+ bool "partprobe (3.7 kb)"
default BUSYBOX_DEFAULT_PARTPROBE
help
Ask kernel to rescan partition table.
config BUSYBOX_CONFIG_RAIDAUTORUN
- bool "raidautorun (1.3 kb)"
+ bool "raidautorun (1.6 kb)"
default BUSYBOX_DEFAULT_RAIDAUTORUN
help
raidautorun tells the kernel md driver to
search and start RAID arrays.
config BUSYBOX_CONFIG_READAHEAD
- bool "readahead (1.5 kb)"
+ bool "readahead (1.7 kb)"
default BUSYBOX_DEFAULT_READAHEAD
depends on BUSYBOX_CONFIG_LFS
help
@@ -691,7 +696,7 @@ config BUSYBOX_CONFIG_RFKILL
rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
config BUSYBOX_CONFIG_RUNLEVEL
- bool "runlevel (559 bytes)"
+ bool "runlevel (837 bytes)"
default BUSYBOX_DEFAULT_RUNLEVEL
depends on BUSYBOX_CONFIG_FEATURE_UTMP
help
@@ -700,50 +705,50 @@ config BUSYBOX_CONFIG_RUNLEVEL
This applet uses utmp but does not rely on busybox supporing
utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
config BUSYBOX_CONFIG_RX
- bool "rx (2.9 kb)"
+ bool "rx (3.2 kb)"
default BUSYBOX_DEFAULT_RX
help
Receive files using the Xmodem protocol.
config BUSYBOX_CONFIG_SEEDRNG
- bool "seedrng (1.3 kb)"
+ bool "seedrng (9.1 kb)"
default BUSYBOX_DEFAULT_SEEDRNG
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_CONFIG_SETFATTR
- bool "setfattr (3.7 kb)"
+ bool "setfattr (3.9 kb)"
default BUSYBOX_DEFAULT_SETFATTR
help
Set/delete extended attributes on files
config BUSYBOX_CONFIG_SETSERIAL
- bool "setserial (6.9 kb)"
+ bool "setserial (7.1 kb)"
default BUSYBOX_DEFAULT_SETSERIAL
help
Retrieve or set Linux serial port.
config BUSYBOX_CONFIG_STRINGS
- bool "strings (4.6 kb)"
+ bool "strings (4.8 kb)"
default BUSYBOX_DEFAULT_STRINGS
help
strings prints the printable character sequences for each file
specified.
config BUSYBOX_CONFIG_TIME
- bool "time (6.8 kb)"
+ bool "time (8.1 kb)"
default BUSYBOX_DEFAULT_TIME
help
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_CONFIG_TREE
- bool "tree (0.6 kb)"
+ bool "tree (2.5 kb)"
default BUSYBOX_DEFAULT_TREE
help
List files and directories in a tree structure.
config BUSYBOX_CONFIG_TS
- bool "ts (450 bytes)"
+ bool "ts (4.4 kb)"
default BUSYBOX_DEFAULT_TS
config BUSYBOX_CONFIG_TTYSIZE
- bool "ttysize (432 bytes)"
+ bool "ttysize (718 bytes)"
default BUSYBOX_DEFAULT_TTYSIZE
help
A replacement for "stty size". Unlike stty, can report only width,
@@ -751,52 +756,52 @@ config BUSYBOX_CONFIG_TTYSIZE
error, but returns default 80x24.
Usage in shell scripts: width=`ttysize w`.
config BUSYBOX_CONFIG_UBIATTACH
- bool "ubiattach (4.2 kb)"
+ bool "ubiattach (4.5 kb)"
default BUSYBOX_DEFAULT_UBIATTACH
help
Attach MTD device to an UBI device.
config BUSYBOX_CONFIG_UBIDETACH
- bool "ubidetach (4.1 kb)"
+ bool "ubidetach (4.3 kb)"
default BUSYBOX_DEFAULT_UBIDETACH
help
Detach MTD device from an UBI device.
config BUSYBOX_CONFIG_UBIMKVOL
- bool "ubimkvol (5.3 kb)"
+ bool "ubimkvol (5.5 kb)"
default BUSYBOX_DEFAULT_UBIMKVOL
help
Create a UBI volume.
config BUSYBOX_CONFIG_UBIRMVOL
- bool "ubirmvol (4.9 kb)"
+ bool "ubirmvol (5.1 kb)"
default BUSYBOX_DEFAULT_UBIRMVOL
help
Delete a UBI volume.
config BUSYBOX_CONFIG_UBIRSVOL
- bool "ubirsvol (4.2 kb)"
+ bool "ubirsvol (4.4 kb)"
default BUSYBOX_DEFAULT_UBIRSVOL
help
Resize a UBI volume.
config BUSYBOX_CONFIG_UBIUPDATEVOL
- bool "ubiupdatevol (5.2 kb)"
+ bool "ubiupdatevol (5.6 kb)"
default BUSYBOX_DEFAULT_UBIUPDATEVOL
help
Update a UBI volume.
config BUSYBOX_CONFIG_UBIRENAME
- bool "ubirename (2.4 kb)"
+ bool "ubirename (2.7 kb)"
default BUSYBOX_DEFAULT_UBIRENAME
help
Utility to rename UBI volumes
config BUSYBOX_CONFIG_VOLNAME
- bool "volname (1.6 kb)"
+ bool "volname (1.9 kb)"
default BUSYBOX_DEFAULT_VOLNAME
help
Prints a CD-ROM volume name.
config BUSYBOX_CONFIG_WATCHDOG
- bool "watchdog (5.3 kb)"
+ bool "watchdog (5.7 kb)"
default BUSYBOX_DEFAULT_WATCHDOG
help
The watchdog utility is used with hardware or software watchdog