qemu_x86_64_defconfig 481 B

1234567891011121314151617181920
  1. # Architecture
  2. BR2_x86_64=y
  3. # System
  4. BR2_SYSTEM_DHCP="eth0"
  5. BR2_TARGET_GENERIC_GETTY_PORT="tty1"
  6. # Filesystem
  7. BR2_TARGET_ROOTFS_EXT2=y
  8. # BR2_TARGET_ROOTFS_TAR is not set
  9. # Linux headers same as kernel, a 4.19 series
  10. BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
  11. # Kernel
  12. BR2_LINUX_KERNEL=y
  13. BR2_LINUX_KERNEL_CUSTOM_VERSION=y
  14. BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16"
  15. BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
  16. BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"