build: move br2 config files to a dedicated directory

This commit is contained in:
Ciro Santilli
2018-06-01 09:56:45 +01:00
parent 4e74d44a0d
commit cea0bd7f00
7 changed files with 8 additions and 8 deletions

6
br2/qemu Normal file
View File

@@ -0,0 +1,6 @@
BR2_PACKAGE_HOST_QEMU=y
# False because otherwise we need the host to be as recent as guest, and the build fails with:
# package/qemu/qemu.mk:110: *** "Refusing to build qemu-user: target Linux version newer than host's.". Stop.
BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE=n
BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
BR2_PACKAGE_HOST_QEMU_VDE2=y