mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
build-buildroot: actually don't build linux by default
This commit is contained in:
@ -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',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user