From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/lzma/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/lzma/Config.in') diff --git a/package/lzma/Config.in b/package/lzma/Config.in index a72616fa9..e2e44f3d6 100644 --- a/package/lzma/Config.in +++ b/package/lzma/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_LZMA_TARGET bool "Install lzma for the target system" - default n select BR2_GCC_CROSS_CXX help lzma utils on the target @@ -9,14 +8,12 @@ config BR2_PACKAGE_LZMA_TARGET config BR2_PACKAGE_LZMA_TARGET_HEADERS bool "lzma headers in target" - default n depends on BR2_PACKAGE_LZMA_TARGET help Put headers files in the target. config BR2_PACKAGE_LZMA_HOST bool "Install lzma for the host/build system" - default n help lzma utils on the host -- cgit v1.2.3