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/gettext/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/gettext') diff --git a/package/gettext/Config.in b/package/gettext/Config.in index 22686a5d9..84784acb3 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_GETTEXT bool "gettext" - default n select BR2_PACKAGE_PKGCONFIG help The GNU `gettext' utilities are a set of tools that provide a @@ -11,7 +10,6 @@ config BR2_PACKAGE_GETTEXT config BR2_PACKAGE_GETTEXT_STATIC bool "Use libgettext.a instead of libgettext.so.*" - default n depends on BR2_PACKAGE_GETTEXT depends on BR2_arm help @@ -24,7 +22,6 @@ config BR2_PACKAGE_GETTEXT_STATIC config BR2_PACKAGE_LIBINTL bool "libintl" - default n help Selecting this package installs all of gettext in the staging directory and the shared library for it's use in the target. -- cgit v1.2.3-55-g7522