now this works

This commit is contained in:
Ciro Santilli
2017-05-21 15:01:00 +01:00
parent 0d960ea031
commit cd2df00e41
3 changed files with 13 additions and 24 deletions

3
run
View File

@@ -2,7 +2,8 @@
set -e
cd buildroot
#make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_x86_64_defconfig
make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_arm_vexpress_defconfig
#make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_arm_vexpress_defconfig
make BR2_EXTERNAL="$(pwd)/../kernel_module" qemu_arm_versatile_defconfig
# Can't get rid of this for now.
# http://stackoverflow.com/questions/44078245/is-it-possible-to-use-config-fragments-with-buildroots-config
cat ../buildroot_config_fragment >> .config