diff options
author | Denys Vlasenko | 2019-01-06 20:12:16 +0100 |
---|---|---|
committer | Denys Vlasenko | 2019-01-06 20:12:16 +0100 |
commit | 4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb (patch) | |
tree | 1e856a1649322d890d5a5b1c066dfe5678004148 /Config.in | |
parent | 2d9e09796342ab202e780a6cb613b532c7356aec (diff) | |
download | busybox-4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb.zip busybox-4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb.tar.gz |
build system: fix compiler warnings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ config HAVE_DOT_CONFIG menu "Settings" config DESKTOP - bool "Enable compatibility for full-blown desktop systems" + bool "Enable compatibility for full-blown desktop systems (8kb)" default y help Enable applet options and features which are not essential. |