diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/bbconfig.c | 2 | ||||
-rw-r--r-- | miscutils/beep.c | 2 | ||||
-rw-r--r-- | miscutils/nandwrite.c | 4 | ||||
-rw-r--r-- | miscutils/readahead.c | 2 | ||||
-rw-r--r-- | miscutils/rfkill.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c index 4781a4276..faaacad18 100644 --- a/miscutils/bbconfig.c +++ b/miscutils/bbconfig.c @@ -2,7 +2,7 @@ /* This file was released into the public domain by Paul Fox. */ //config:config BBCONFIG -//config: bool "bbconfig" +//config: bool "bbconfig (9.7 kb)" //config: default n //config: help //config: The bbconfig applet will print the config file with which diff --git a/miscutils/beep.c b/miscutils/beep.c index 216f69400..782656fc5 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -8,7 +8,7 @@ * */ //config:config BEEP -//config: bool "beep" +//config: bool "beep (3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index dbe9043f4..8659b491f 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c @@ -9,14 +9,14 @@ */ //config:config NANDWRITE -//config: bool "nandwrite" +//config: bool "nandwrite (5.9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Write to the specified MTD device, with bad blocks awareness //config: //config:config NANDDUMP -//config: bool "nanddump" +//config: bool "nanddump (6.3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/miscutils/readahead.c b/miscutils/readahead.c index b8e9b257f..eb966b0f0 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c @@ -10,7 +10,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config READAHEAD -//config: bool "readahead" +//config: bool "readahead (2 kb)" //config: default y //config: depends on LFS //config: select PLATFORM_LINUX diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c index 7411b6fc3..2c083b144 100644 --- a/miscutils/rfkill.c +++ b/miscutils/rfkill.c @@ -8,7 +8,7 @@ */ //config:config RFKILL -//config: bool "rfkill" +//config: bool "rfkill (5.3 kb)" //config: default n # doesn't build on Ubuntu 9.04 //config: select PLATFORM_LINUX //config: help |