diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-06 20:12:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-06 20:12:16 +0100 |
commit | 4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb (patch) | |
tree | 1e856a1649322d890d5a5b1c066dfe5678004148 /Config.in | |
parent | 2d9e09796342ab202e780a6cb613b532c7356aec (diff) | |
download | busybox-w32-4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb.tar.gz busybox-w32-4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb.tar.bz2 busybox-w32-4bdc914ff97df0cea8d2c7b42bf7f57d5ebb8dcb.zip |
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 | |||
12 | menu "Settings" | 12 | menu "Settings" |
13 | 13 | ||
14 | config DESKTOP | 14 | config DESKTOP |
15 | bool "Enable compatibility for full-blown desktop systems" | 15 | bool "Enable compatibility for full-blown desktop systems (8kb)" |
16 | default y | 16 | default y |
17 | help | 17 | help |
18 | Enable applet options and features which are not essential. | 18 | Enable applet options and features which are not essential. |