From 10b5a565502a191b7e85a044484bcda54f26dc9a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 7 Apr 2010 10:34:06 +0200 Subject: [PATCH] linux26: disable build time boot arguments by default --- base/linux26/arch/config-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/linux26/arch/config-common.sh b/base/linux26/arch/config-common.sh index 89c37cc90..11c4b38d3 100644 --- a/base/linux26/arch/config-common.sh +++ b/base/linux26/arch/config-common.sh @@ -51,6 +51,9 @@ CONFIG_GCOV_PROFILE_ALL=n # disable the tracing infrastructure by default CONFIG_FTRACE=n + +# disable build time boot arguments by default +CONFIG_CMDLINE_BOOL=n EOT # broken since 2.6.20 and still as of 2.6.27