diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /coreutils/uname.c | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2 busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/uname.c')
-rw-r--r-- | coreutils/uname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c index 6c0bdf096..e1e7a7660 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -44,7 +44,7 @@ | |||
44 | * Fix handling of -a to not print "unknown", add -o and -i support. | 44 | * Fix handling of -a to not print "unknown", add -o and -i support. |
45 | */ | 45 | */ |
46 | //config:config UNAME | 46 | //config:config UNAME |
47 | //config: bool "uname (3.9 kb)" | 47 | //config: bool "uname (4.2 kb)" |
48 | //config: default y | 48 | //config: default y |
49 | //config: help | 49 | //config: help |
50 | //config: uname is used to print system information. | 50 | //config: uname is used to print system information. |
@@ -59,7 +59,7 @@ | |||
59 | //config: | 59 | //config: |
60 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) | 60 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) |
61 | //config:config BB_ARCH | 61 | //config:config BB_ARCH |
62 | //config: bool "arch (1.1 kb)" | 62 | //config: bool "arch (1.4 kb)" |
63 | //config: default y | 63 | //config: default y |
64 | //config: help | 64 | //config: help |
65 | //config: Same as uname -m. | 65 | //config: Same as uname -m. |