aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-19 14:32:54 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-19 14:32:54 +0200
commitae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (patch)
tree15b23d1e4fc178f2a27ee473a3d74338a8a995d8 /coreutils
parenta165603d24dc3b5080859abfa834d092f456489d (diff)
downloadbusybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.gz
busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.bz2
busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.zip
Update remaining menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c
index 18c6d8efd..8a33cf3b5 100644
--- a/coreutils/uname.c
+++ b/coreutils/uname.c
@@ -58,7 +58,7 @@
58//config: 58//config:
59//can't use "ARCH" for this applet, all hell breaks loose in build system :) 59//can't use "ARCH" for this applet, all hell breaks loose in build system :)
60//config:config BB_ARCH 60//config:config BB_ARCH
61//config: bool "arch" 61//config: bool "arch (1.6 kb)"
62//config: default y 62//config: default y
63//config: help 63//config: help
64//config: Same as uname -m. 64//config: Same as uname -m.