tweak defconfig

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-07-18 23:02:36 +02:00
parent 55241fa2e0
commit fb4cb1c416
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ config LSATTR
config TUNE2FS config TUNE2FS
bool "tune2fs" bool "tune2fs"
default y default n # off: it is too limited compared to upstream version
help help
tune2fs allows the system administrator to adjust various tunable tune2fs allows the system administrator to adjust various tunable
filesystem parameters on Linux ext2/ext3 filesystems. filesystem parameters on Linux ext2/ext3 filesystems.

View File

@ -34,7 +34,7 @@
//config: //config:
//config:config NC_110_COMPAT //config:config NC_110_COMPAT
//config: bool "Netcat 1.10 compatibility (+2.5k)" //config: bool "Netcat 1.10 compatibility (+2.5k)"
//config: default y //config: default n # off specially for Rob
//config: depends on NC //config: depends on NC
//config: help //config: help
//config: This option makes nc closely follow original nc-1.10. //config: This option makes nc closely follow original nc-1.10.