Browse Source

linux26: disable building of sample code by default

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

3
base/linux26/arch/config-common.sh

@ -54,6 +54,9 @@ CONFIG_FTRACE=n
# disable build time boot arguments by default
CONFIG_CMDLINE_BOOL=n
# disable sample code
CONFIG_SAMPLES=n
EOT
# broken since 2.6.20 and still as of 2.6.27

Loading…
Cancel
Save