diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-21 08:58:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-21 08:58:11 +0200 |
commit | ba085c6351b49d7c71f3635a0f4709e1927fdc51 (patch) | |
tree | 0a39ffd6c93d9454756a288ce60ce0cd868d16c2 | |
parent | 2ea12d8b6d2a36c5d49df1ae97b86ba287835249 (diff) | |
download | busybox-w32-ba085c6351b49d7c71f3635a0f4709e1927fdc51.tar.gz busybox-w32-ba085c6351b49d7c71f3635a0f4709e1927fdc51.tar.bz2 busybox-w32-ba085c6351b49d7c71f3635a0f4709e1927fdc51.zip |
make DESKTOP=y the default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ menu "General Configuration" | |||
15 | 15 | ||
16 | config DESKTOP | 16 | config DESKTOP |
17 | bool "Enable options for full-blown desktop systems" | 17 | bool "Enable options for full-blown desktop systems" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | Enable options and features which are not essential. | 20 | Enable options and features which are not essential. |
21 | Select this only if you plan to use busybox on full-blown | 21 | Select this only if you plan to use busybox on full-blown |