aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/adjtimex.c2
-rw-r--r--miscutils/bc.c4
-rw-r--r--miscutils/beep.c2
-rw-r--r--miscutils/chat.c2
-rw-r--r--miscutils/crond.c2
-rw-r--r--miscutils/crontab.c2
-rw-r--r--miscutils/fbsplash.c2
-rw-r--r--miscutils/flash_eraseall.c2
-rw-r--r--miscutils/flashcp.c2
-rw-r--r--miscutils/hdparm.c2
-rw-r--r--miscutils/hexedit.c2
-rw-r--r--miscutils/i2c_tools.c8
-rw-r--r--miscutils/inotifyd.c2
-rw-r--r--miscutils/less.c2
-rw-r--r--miscutils/lsscsi.c2
-rw-r--r--miscutils/makedevs.c2
-rw-r--r--miscutils/man.c2
-rw-r--r--miscutils/microcom.c2
-rw-r--r--miscutils/mt.c2
-rw-r--r--miscutils/nandwrite.c4
-rw-r--r--miscutils/partprobe.c2
-rw-r--r--miscutils/raidautorun.c2
-rw-r--r--miscutils/readahead.c2
-rw-r--r--miscutils/rfkill.c2
-rw-r--r--miscutils/runlevel.c2
-rw-r--r--miscutils/setfattr.c2
-rw-r--r--miscutils/setserial.c2
-rw-r--r--miscutils/strings.c2
-rw-r--r--miscutils/time.c2
-rw-r--r--miscutils/ttysize.c2
-rw-r--r--miscutils/ubi_tools.c12
-rw-r--r--miscutils/ubirename.c2
-rw-r--r--miscutils/volname.c2
-rw-r--r--miscutils/watchdog.c2
34 files changed, 44 insertions, 44 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c
index c1718e909..8ca90d58a 100644
--- a/miscutils/adjtimex.c
+++ b/miscutils/adjtimex.c
@@ -11,7 +11,7 @@
11 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 11 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
12 */ 12 */
13//config:config ADJTIMEX 13//config:config ADJTIMEX
14//config: bool "adjtimex (4.5 kb)" 14//config: bool "adjtimex (4.7 kb)"
15//config: default y 15//config: default y
16//config: select PLATFORM_LINUX 16//config: select PLATFORM_LINUX
17//config: help 17//config: help
diff --git a/miscutils/bc.c b/miscutils/bc.c
index 537612d5e..7179811fe 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -5,7 +5,7 @@
5 * Original code copyright (c) 2018 Gavin D. Howard and contributors. 5 * Original code copyright (c) 2018 Gavin D. Howard and contributors.
6 */ 6 */
7//config:config BC 7//config:config BC
8//config: bool "bc (45 kb; 49 kb when combined with dc)" 8//config: bool "bc (45 kb)"
9//config: default y 9//config: default y
10//config: help 10//config: help
11//config: bc is a command-line, arbitrary-precision calculator with a 11//config: bc is a command-line, arbitrary-precision calculator with a
@@ -41,7 +41,7 @@
41//config: j(n, x) Bessel function of integer order n of x 41//config: j(n, x) Bessel function of integer order n of x
42//config: 42//config:
43//config:config DC 43//config:config DC
44//config: bool "dc (38 kb; 49 kb when combined with bc)" 44//config: bool "dc (36 kb)"
45//config: default y 45//config: default y
46//config: help 46//config: help
47//config: dc is a reverse-polish notation command-line calculator which 47//config: dc is a reverse-polish notation command-line calculator which
diff --git a/miscutils/beep.c b/miscutils/beep.c
index 0c8a8225e..92faa1cd5 100644
--- a/miscutils/beep.c
+++ b/miscutils/beep.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config BEEP 9//config:config BEEP
10//config: bool "beep (3 kb)" 10//config: bool "beep (2.4 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/miscutils/chat.c b/miscutils/chat.c
index 2dfe52c4f..5183d1369 100644
--- a/miscutils/chat.c
+++ b/miscutils/chat.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2, see file LICENSE in this source tree. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10//config:config CHAT 10//config:config CHAT
11//config: bool "chat (6.6 kb)" 11//config: bool "chat (6.3 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Simple chat utility. 14//config: Simple chat utility.
diff --git a/miscutils/crond.c b/miscutils/crond.c
index f6580a9d4..2e36c406b 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config CROND 11//config:config CROND
12//config: bool "crond (13 kb)" 12//config: bool "crond (14 kb)"
13//config: default y 13//config: default y
14//config: select FEATURE_SYSLOG 14//config: select FEATURE_SYSLOG
15//config: help 15//config: help
diff --git a/miscutils/crontab.c b/miscutils/crontab.c
index 4787fa08f..96dc4741a 100644
--- a/miscutils/crontab.c
+++ b/miscutils/crontab.c
@@ -10,7 +10,7 @@
10 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 10 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
11 */ 11 */
12//config:config CRONTAB 12//config:config CRONTAB
13//config: bool "crontab (9.7 kb)" 13//config: bool "crontab (10 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: Crontab manipulates the crontab for a particular user. Only 16//config: Crontab manipulates the crontab for a particular user. Only
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c
index bc3c61055..bba22d6d1 100644
--- a/miscutils/fbsplash.c
+++ b/miscutils/fbsplash.c
@@ -21,7 +21,7 @@
21 * "exit" (or just close fifo) - well you guessed it. 21 * "exit" (or just close fifo) - well you guessed it.
22 */ 22 */
23//config:config FBSPLASH 23//config:config FBSPLASH
24//config: bool "fbsplash (27 kb)" 24//config: bool "fbsplash (26 kb)"
25//config: default y 25//config: default y
26//config: select PLATFORM_LINUX 26//config: select PLATFORM_LINUX
27//config: help 27//config: help
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c
index 8e93060ca..a3dabdadb 100644
--- a/miscutils/flash_eraseall.c
+++ b/miscutils/flash_eraseall.c
@@ -11,7 +11,7 @@
11 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 11 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
12 */ 12 */
13//config:config FLASH_ERASEALL 13//config:config FLASH_ERASEALL
14//config: bool "flash_eraseall (5.5 kb)" 14//config: bool "flash_eraseall (5.9 kb)"
15//config: default n # doesn't build on Ubuntu 8.04 15//config: default n # doesn't build on Ubuntu 8.04
16//config: help 16//config: help
17//config: The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. 17//config: The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c
index 858cee194..1ca9d158d 100644
--- a/miscutils/flashcp.c
+++ b/miscutils/flashcp.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9//config:config FLASHCP 9//config:config FLASHCP
10//config: bool "flashcp (5.4 kb)" 10//config: bool "flashcp (5.3 kb)"
11//config: default n # doesn't build on Ubuntu 8.04 11//config: default n # doesn't build on Ubuntu 8.04
12//config: help 12//config: help
13//config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. 13//config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 0bbe6ca10..342e240fa 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -12,7 +12,7 @@
12 * - by Mark Lord (C) 1994-2002 -- freely distributable 12 * - by Mark Lord (C) 1994-2002 -- freely distributable
13 */ 13 */
14//config:config HDPARM 14//config:config HDPARM
15//config: bool "hdparm (23 kb)" 15//config: bool "hdparm (25 kb)"
16//config: default y 16//config: default y
17//config: select PLATFORM_LINUX 17//config: select PLATFORM_LINUX
18//config: help 18//config: help
diff --git a/miscutils/hexedit.c b/miscutils/hexedit.c
index 298eb8149..5c2f4a555 100644
--- a/miscutils/hexedit.c
+++ b/miscutils/hexedit.c
@@ -4,7 +4,7 @@
4 * Licensed under GPLv2, see file LICENSE in this source tree. 4 * Licensed under GPLv2, see file LICENSE in this source tree.
5 */ 5 */
6//config:config HEXEDIT 6//config:config HEXEDIT
7//config: bool "hexedit (20 kb)" 7//config: bool "hexedit (21 kb)"
8//config: default y 8//config: default y
9//config: help 9//config: help
10//config: Edit file in hexadecimal. 10//config: Edit file in hexadecimal.
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c
index 6a2134063..610fed5d6 100644
--- a/miscutils/i2c_tools.c
+++ b/miscutils/i2c_tools.c
@@ -9,28 +9,28 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config I2CGET 11//config:config I2CGET
12//config: bool "i2cget (5.6 kb)" 12//config: bool "i2cget (5.5 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
16//config: Read from I2C/SMBus chip registers. 16//config: Read from I2C/SMBus chip registers.
17//config: 17//config:
18//config:config I2CSET 18//config:config I2CSET
19//config: bool "i2cset (6.9 kb)" 19//config: bool "i2cset (6.7 kb)"
20//config: default y 20//config: default y
21//config: select PLATFORM_LINUX 21//config: select PLATFORM_LINUX
22//config: help 22//config: help
23//config: Set I2C registers. 23//config: Set I2C registers.
24//config: 24//config:
25//config:config I2CDUMP 25//config:config I2CDUMP
26//config: bool "i2cdump (7.2 kb)" 26//config: bool "i2cdump (7.1 kb)"
27//config: default y 27//config: default y
28//config: select PLATFORM_LINUX 28//config: select PLATFORM_LINUX
29//config: help 29//config: help
30//config: Examine I2C registers. 30//config: Examine I2C registers.
31//config: 31//config:
32//config:config I2CDETECT 32//config:config I2CDETECT
33//config: bool "i2cdetect (7.2 kb)" 33//config: bool "i2cdetect (7.1 kb)"
34//config: default y 34//config: default y
35//config: select PLATFORM_LINUX 35//config: select PLATFORM_LINUX
36//config: help 36//config: help
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c
index 0060797ed..ec0321941 100644
--- a/miscutils/inotifyd.c
+++ b/miscutils/inotifyd.c
@@ -27,7 +27,7 @@
27 * See below for mask names explanation. 27 * See below for mask names explanation.
28 */ 28 */
29//config:config INOTIFYD 29//config:config INOTIFYD
30//config: bool "inotifyd (3.5 kb)" 30//config: bool "inotifyd (3.6 kb)"
31//config: default n # doesn't build on Knoppix 5 31//config: default n # doesn't build on Knoppix 5
32//config: help 32//config: help
33//config: Simple inotify daemon. Reports filesystem changes. Requires 33//config: Simple inotify daemon. Reports filesystem changes. Requires
diff --git a/miscutils/less.c b/miscutils/less.c
index 938d9842f..223c2558d 100644
--- a/miscutils/less.c
+++ b/miscutils/less.c
@@ -20,7 +20,7 @@
20 * redirected input has been read from stdin 20 * redirected input has been read from stdin
21 */ 21 */
22//config:config LESS 22//config:config LESS
23//config: bool "less (15 kb)" 23//config: bool "less (16 kb)"
24//config: default y 24//config: default y
25//config: help 25//config: help
26//config: 'less' is a pager, meaning that it displays text files. It possesses 26//config: 'less' is a pager, meaning that it displays text files. It possesses
diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c
index 0aaa01ded..f737d33d9 100644
--- a/miscutils/lsscsi.c
+++ b/miscutils/lsscsi.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config LSSCSI 9//config:config LSSCSI
10//config: bool "lsscsi (2.4 kb)" 10//config: bool "lsscsi (2.5 kb)"
11//config: default y 11//config: default y
12//config: #select PLATFORM_LINUX 12//config: #select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 80975c652..93c550042 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -7,7 +7,7 @@
7 * known bugs: can't deal with alpha ranges 7 * known bugs: can't deal with alpha ranges
8 */ 8 */
9//config:config MAKEDEVS 9//config:config MAKEDEVS
10//config: bool "makedevs (9.3 kb)" 10//config: bool "makedevs (9.2 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: 'makedevs' is a utility used to create a batch of devices with 13//config: 'makedevs' is a utility used to create a batch of devices with
diff --git a/miscutils/man.c b/miscutils/man.c
index ba6bb4c01..01155c8f0 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -3,7 +3,7 @@
3 * Licensed under GPLv2, see file LICENSE in this source tree. 3 * Licensed under GPLv2, see file LICENSE in this source tree.
4 */ 4 */
5//config:config MAN 5//config:config MAN
6//config: bool "man (27 kb)" 6//config: bool "man (26 kb)"
7//config: default y 7//config: default y
8//config: help 8//config: help
9//config: Format and display manual pages. 9//config: Format and display manual pages.
diff --git a/miscutils/microcom.c b/miscutils/microcom.c
index fa090057e..399d4cf7f 100644
--- a/miscutils/microcom.c
+++ b/miscutils/microcom.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2, see file LICENSE in this source tree. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10//config:config MICROCOM 10//config:config MICROCOM
11//config: bool "microcom (5.6 kb)" 11//config: bool "microcom (5.7 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: The poor man's minicom utility for chatting with serial port devices. 14//config: The poor man's minicom utility for chatting with serial port devices.
diff --git a/miscutils/mt.c b/miscutils/mt.c
index fad656e95..9f1aecfca 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -3,7 +3,7 @@
3 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 3 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
4 */ 4 */
5//config:config MT 5//config:config MT
6//config: bool "mt (2.6 kb)" 6//config: bool "mt (2.5 kb)"
7//config: default y 7//config: default y
8//config: help 8//config: help
9//config: mt is used to control tape devices. You can use the mt utility 9//config: mt is used to control tape devices. You can use the mt utility
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c
index 29c800612..09bcaaf63 100644
--- a/miscutils/nandwrite.c
+++ b/miscutils/nandwrite.c
@@ -8,14 +8,14 @@
8 * TODO: add support for large (>4GB) MTD devices 8 * TODO: add support for large (>4GB) MTD devices
9 */ 9 */
10//config:config NANDWRITE 10//config:config NANDWRITE
11//config: bool "nandwrite (5.9 kb)" 11//config: bool "nandwrite (4.8 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
15//config: Write to the specified MTD device, with bad blocks awareness 15//config: Write to the specified MTD device, with bad blocks awareness
16//config: 16//config:
17//config:config NANDDUMP 17//config:config NANDDUMP
18//config: bool "nanddump (6.3 kb)" 18//config: bool "nanddump (5.2 kb)"
19//config: default y 19//config: default y
20//config: select PLATFORM_LINUX 20//config: select PLATFORM_LINUX
21//config: help 21//config: help
diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c
index d1ae27348..0abed6ff1 100644
--- a/miscutils/partprobe.c
+++ b/miscutils/partprobe.c
@@ -5,7 +5,7 @@
5 * Licensed under GPLv2, see file LICENSE in this source tree. 5 * Licensed under GPLv2, see file LICENSE in this source tree.
6 */ 6 */
7//config:config PARTPROBE 7//config:config PARTPROBE
8//config: bool "partprobe (3.6 kb)" 8//config: bool "partprobe (3.5 kb)"
9//config: default y 9//config: default y
10//config: select PLATFORM_LINUX 10//config: select PLATFORM_LINUX
11//config: help 11//config: help
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c
index d315c2734..39816ab1f 100644
--- a/miscutils/raidautorun.c
+++ b/miscutils/raidautorun.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config RAIDAUTORUN 9//config:config RAIDAUTORUN
10//config: bool "raidautorun (1.4 kb)" 10//config: bool "raidautorun (1.3 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/miscutils/readahead.c b/miscutils/readahead.c
index 972302a18..cc0ba5ba3 100644
--- a/miscutils/readahead.c
+++ b/miscutils/readahead.c
@@ -10,7 +10,7 @@
10 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 10 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
11 */ 11 */
12//config:config READAHEAD 12//config:config READAHEAD
13//config: bool "readahead (2 kb)" 13//config: bool "readahead (1.5 kb)"
14//config: default y 14//config: default y
15//config: depends on LFS 15//config: depends on LFS
16//config: select PLATFORM_LINUX 16//config: select PLATFORM_LINUX
diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c
index ae38c182d..766bad8c7 100644
--- a/miscutils/rfkill.c
+++ b/miscutils/rfkill.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config RFKILL 9//config:config RFKILL
10//config: bool "rfkill (5.3 kb)" 10//config: bool "rfkill (4.4 kb)"
11//config: default n # doesn't build on Ubuntu 9.04 11//config: default n # doesn't build on Ubuntu 9.04
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c
index 0b2098564..885b403db 100644
--- a/miscutils/runlevel.c
+++ b/miscutils/runlevel.c
@@ -12,7 +12,7 @@
12 * initially busyboxified by Bernhard Reutner-Fischer 12 * initially busyboxified by Bernhard Reutner-Fischer
13 */ 13 */
14//config:config RUNLEVEL 14//config:config RUNLEVEL
15//config: bool "runlevel (518 bytes)" 15//config: bool "runlevel (559 bytes)"
16//config: default y 16//config: default y
17//config: depends on FEATURE_UTMP 17//config: depends on FEATURE_UTMP
18//config: help 18//config: help
diff --git a/miscutils/setfattr.c b/miscutils/setfattr.c
index 12eebc56e..9792c2660 100644
--- a/miscutils/setfattr.c
+++ b/miscutils/setfattr.c
@@ -6,7 +6,7 @@
6 * Licensed under GPLv2, see file LICENSE in this source tree. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8//config:config SETFATTR 8//config:config SETFATTR
9//config: bool "setfattr (3.6 kb)" 9//config: bool "setfattr (3.7 kb)"
10//config: default y 10//config: default y
11//config: help 11//config: help
12//config: Set/delete extended attributes on files 12//config: Set/delete extended attributes on files
diff --git a/miscutils/setserial.c b/miscutils/setserial.c
index fd88ed106..71b274568 100644
--- a/miscutils/setserial.c
+++ b/miscutils/setserial.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config SETSERIAL 10//config:config SETSERIAL
11//config: bool "setserial (6.6 kb)" 11//config: bool "setserial (6.9 kb)"
12//config: default y 12//config: default y
13//config: select PLATFORM_LINUX 13//config: select PLATFORM_LINUX
14//config: help 14//config: help
diff --git a/miscutils/strings.c b/miscutils/strings.c
index ccb05f6d4..51412f401 100644
--- a/miscutils/strings.c
+++ b/miscutils/strings.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config STRINGS 9//config:config STRINGS
10//config: bool "strings (4.3 kb)" 10//config: bool "strings (4.6 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: strings prints the printable character sequences for each file 13//config: strings prints the printable character sequences for each file
diff --git a/miscutils/time.c b/miscutils/time.c
index 7d6a7a29f..064888ab8 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -10,7 +10,7 @@
10 * Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> 10 * Heavily modified for busybox by Erik Andersen <andersen@codepoet.org>
11 */ 11 */
12//config:config TIME 12//config:config TIME
13//config: bool "time (7 kb)" 13//config: bool "time (6.8 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: The time command runs the specified program with the given arguments. 16//config: The time command runs the specified program with the given arguments.
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c
index 2c2d4ec33..d635b29ce 100644
--- a/miscutils/ttysize.c
+++ b/miscutils/ttysize.c
@@ -10,7 +10,7 @@
10 * Licensed under GPLv2, see file LICENSE in this source tree. 10 * Licensed under GPLv2, see file LICENSE in this source tree.
11 */ 11 */
12//config:config TTYSIZE 12//config:config TTYSIZE
13//config: bool "ttysize (372 bytes)" 13//config: bool "ttysize (432 bytes)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: A replacement for "stty size". Unlike stty, can report only width, 16//config: A replacement for "stty size". Unlike stty, can report only width,
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c
index a947abab5..dc7af25a4 100644
--- a/miscutils/ubi_tools.c
+++ b/miscutils/ubi_tools.c
@@ -4,42 +4,42 @@
4 * Licensed under GPLv2, see file LICENSE in this source tree. 4 * Licensed under GPLv2, see file LICENSE in this source tree.
5 */ 5 */
6//config:config UBIATTACH 6//config:config UBIATTACH
7//config: bool "ubiattach (4.7 kb)" 7//config: bool "ubiattach (4.2 kb)"
8//config: default y 8//config: default y
9//config: select PLATFORM_LINUX 9//config: select PLATFORM_LINUX
10//config: help 10//config: help
11//config: Attach MTD device to an UBI device. 11//config: Attach MTD device to an UBI device.
12//config: 12//config:
13//config:config UBIDETACH 13//config:config UBIDETACH
14//config: bool "ubidetach (4.6 kb)" 14//config: bool "ubidetach (4.1 kb)"
15//config: default y 15//config: default y
16//config: select PLATFORM_LINUX 16//config: select PLATFORM_LINUX
17//config: help 17//config: help
18//config: Detach MTD device from an UBI device. 18//config: Detach MTD device from an UBI device.
19//config: 19//config:
20//config:config UBIMKVOL 20//config:config UBIMKVOL
21//config: bool "ubimkvol (5.8 kb)" 21//config: bool "ubimkvol (5.3 kb)"
22//config: default y 22//config: default y
23//config: select PLATFORM_LINUX 23//config: select PLATFORM_LINUX
24//config: help 24//config: help
25//config: Create a UBI volume. 25//config: Create a UBI volume.
26//config: 26//config:
27//config:config UBIRMVOL 27//config:config UBIRMVOL
28//config: bool "ubirmvol (5.2 kb)" 28//config: bool "ubirmvol (4.9 kb)"
29//config: default y 29//config: default y
30//config: select PLATFORM_LINUX 30//config: select PLATFORM_LINUX
31//config: help 31//config: help
32//config: Delete a UBI volume. 32//config: Delete a UBI volume.
33//config: 33//config:
34//config:config UBIRSVOL 34//config:config UBIRSVOL
35//config: bool "ubirsvol (4.6 kb)" 35//config: bool "ubirsvol (4.2 kb)"
36//config: default y 36//config: default y
37//config: select PLATFORM_LINUX 37//config: select PLATFORM_LINUX
38//config: help 38//config: help
39//config: Resize a UBI volume. 39//config: Resize a UBI volume.
40//config: 40//config:
41//config:config UBIUPDATEVOL 41//config:config UBIUPDATEVOL
42//config: bool "ubiupdatevol (5.6 kb)" 42//config: bool "ubiupdatevol (5.2 kb)"
43//config: default y 43//config: default y
44//config: select PLATFORM_LINUX 44//config: select PLATFORM_LINUX
45//config: help 45//config: help
diff --git a/miscutils/ubirename.c b/miscutils/ubirename.c
index ecc8fe137..21bd10111 100644
--- a/miscutils/ubirename.c
+++ b/miscutils/ubirename.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9//config:config UBIRENAME 9//config:config UBIRENAME
10//config: bool "ubirename (2.2 kb)" 10//config: bool "ubirename (2.4 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
diff --git a/miscutils/volname.c b/miscutils/volname.c
index 6e6bbaa44..027d01272 100644
--- a/miscutils/volname.c
+++ b/miscutils/volname.c
@@ -28,7 +28,7 @@
28 * Matthew Stoltenberg <d3matt@gmail.com> 28 * Matthew Stoltenberg <d3matt@gmail.com>
29 */ 29 */
30//config:config VOLNAME 30//config:config VOLNAME
31//config: bool "volname (1.7 kb)" 31//config: bool "volname (1.6 kb)"
32//config: default y 32//config: default y
33//config: help 33//config: help
34//config: Prints a CD-ROM volume name. 34//config: Prints a CD-ROM volume name.
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c
index 392d05646..1e9ecc5e8 100644
--- a/miscutils/watchdog.c
+++ b/miscutils/watchdog.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config WATCHDOG 11//config:config WATCHDOG
12//config: bool "watchdog (5.1 kb)" 12//config: bool "watchdog (5.3 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help