mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
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
|