[git commit master 1/1] tweak defconfig
Denys Vlasenko
vda.linux at googlemail.com
Sun Jul 18 21:02:36 UTC 2010
commit: http://git.busybox.net/busybox/commit/?id=fb4cb1c41697b4009608527a343dbd8265ad7993
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
e2fsprogs/Config.src | 2 +-
networking/nc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
index f362c6b..62bc810 100644
--- a/e2fsprogs/Config.src
+++ b/e2fsprogs/Config.src
@@ -45,7 +45,7 @@ config LSATTR
config TUNE2FS
bool "tune2fs"
- default y
+ default n # off: it is too limited compared to upstream version
help
tune2fs allows the system administrator to adjust various tunable
filesystem parameters on Linux ext2/ext3 filesystems.
diff --git a/networking/nc.c b/networking/nc.c
index 0dacaf1..c771374 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -34,7 +34,7 @@
//config:
//config:config NC_110_COMPAT
//config: bool "Netcat 1.10 compatibility (+2.5k)"
-//config: default y
+//config: default n # off specially for Rob
//config: depends on NC
//config: help
//config: This option makes nc closely follow original nc-1.10.
--
1.7.1
More information about the busybox-cvs
mailing list