build-buildroot: actually don't build linux by default

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-13 00:00:00 +00:00
parent e8f049ed11
commit cd9c22f451

View File

@ -172,7 +172,7 @@ def main(args, extra_args=None):
'BR2_DL_DIR="{}"'.format(common.buildroot_download_dir),
])
common.write_configs(common.buildroot_config_file, buildroot_configs)
if args.build_linux:
if not args.build_linux:
buildroot_configs.extend([
'# BR2_LINUX_KERNEL is not set',
])