diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-16 15:31:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-16 15:31:38 +0200 |
commit | 5d26df6497505e8ed486bf3e3ba65d0d6f0daa15 (patch) | |
tree | ae18cee8c8dec1b52897446f9708b8515c198993 | |
parent | 771f1995a99e63600a513f97ce35cbb9f6865138 (diff) | |
download | busybox-w32-5d26df6497505e8ed486bf3e3ba65d0d6f0daa15.tar.gz busybox-w32-5d26df6497505e8ed486bf3e3ba65d0d6f0daa15.tar.bz2 busybox-w32-5d26df6497505e8ed486bf3e3ba65d0d6f0daa15.zip |
tweak defconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | archival/Config.src | 2 | ||||
-rw-r--r-- | libbb/Config.src | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.src b/archival/Config.src index f64b3347b..9a84fd6c6 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -39,7 +39,7 @@ config FEATURE_SEAMLESS_Z | |||
39 | 39 | ||
40 | config AR | 40 | config AR |
41 | bool "ar" | 41 | bool "ar" |
42 | default y | 42 | default n # needs to be improved to be able to replace binutils ar |
43 | help | 43 | help |
44 | ar is an archival utility program used to create, modify, and | 44 | ar is an archival utility program used to create, modify, and |
45 | extract contents from archives. An archive is a single file holding | 45 | extract contents from archives. An archive is a single file holding |
diff --git a/libbb/Config.src b/libbb/Config.src index 80b1e0d21..09bf89246 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -98,7 +98,7 @@ config FEATURE_USERNAME_COMPLETION | |||
98 | 98 | ||
99 | config FEATURE_EDITING_FANCY_PROMPT | 99 | config FEATURE_EDITING_FANCY_PROMPT |
100 | bool "Fancy shell prompts" | 100 | bool "Fancy shell prompts" |
101 | default n | 101 | default y |
102 | depends on FEATURE_EDITING | 102 | depends on FEATURE_EDITING |
103 | help | 103 | help |
104 | Setting this option allows for prompts to use things like \w and | 104 | Setting this option allows for prompts to use things like \w and |