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/fakeroot/Config.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/fakeroot') diff --git a/package/fakeroot/Config.in b/package/fakeroot/Config.in index 0f0ab28fc..679b6b2ca 100644 --- a/package/fakeroot/Config.in +++ b/package/fakeroot/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_FAKEROOT bool "fakeroot" - default n help Run commands in an environment faking root privileges. @@ -9,4 +8,3 @@ config BR2_PACKAGE_FAKEROOT # dummy for fakeroot-source config BR2_HOST_FAKEROOT bool - default n -- cgit v1.2.3