[git commit master 1/1] tweak defconfig

Denys Vlasenko vda.linux at googlemail.com
Fri Jul 16 13:31:38 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=5d26df6497505e8ed486bf3e3ba65d0d6f0daa15
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/Config.src |    2 +-
 libbb/Config.src    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archival/Config.src b/archival/Config.src
index f64b334..9a84fd6 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -39,7 +39,7 @@ config FEATURE_SEAMLESS_Z
 
 config AR
 	bool "ar"
-	default y
+	default n  # needs to be improved to be able to replace binutils ar
 	help
 	  ar is an archival utility program used to create, modify, and
 	  extract contents from archives. An archive is a single file holding
diff --git a/libbb/Config.src b/libbb/Config.src
index 80b1e0d..09bf892 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -98,7 +98,7 @@ config FEATURE_USERNAME_COMPLETION
 
 config FEATURE_EDITING_FANCY_PROMPT
 	bool "Fancy shell prompts"
-	default n
+	default y
 	depends on FEATURE_EDITING
 	help
 	  Setting this option allows for prompts to use things like \w and
-- 
1.7.1



More information about the busybox-cvs mailing list