summaryrefslogtreecommitdiff
path: root/config/global/extract.in
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-05-31 14:27:39 (GMT)
commit96245813d8e81bc4534e810e5daab639468ac20c (patch)
treed111d40ece0ed422647b70d53c99eaad44f8749e /config/global/extract.in
parent8f32ebcc88e6597dc16e59789ca1f63909d28215 (diff)
kconfig: remove useless 'default n'
kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/global/extract.in')
-rw-r--r--config/global/extract.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/global/extract.in b/config/global/extract.in
index b92551e..3f45ec0 100644
--- a/config/global/extract.in
+++ b/config/global/extract.in
@@ -5,7 +5,6 @@ comment "Extracting"
config FORCE_EXTRACT
bool
prompt "Force extractions"
- default n
help
Force extraction of already exctracted tarballs.
@@ -35,7 +34,6 @@ config OVERIDE_CONFIG_GUESS_SUB
config ONLY_EXTRACT
bool
prompt "Stop after extracting tarballs"
- default n
help
Exit after unpacking and patching tarballs.
@@ -118,11 +116,9 @@ config PATCH_ORDER
config PATCH_SINGLE
bool
- default n
config PATCH_USE_LOCAL
bool
- default n
config LOCAL_PATCH_DIR
string