Browse Source

linux26: disable build time boot arguments by default

user/karasz/test/ecn
Christian Wiese 15 years ago committed by Alejandro Mery
parent
commit
10b5a56550
  1. 3
      base/linux26/arch/config-common.sh

3
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

Loading…
Cancel
Save