qemu_mips32r6el_malta_defconfig 695 B

1234567891011121314151617181920212223242526272829
  1. # Architecture
  2. BR2_mipsel=y
  3. BR2_mips_32r6=y
  4. # System
  5. BR2_SYSTEM_DHCP="eth0"
  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/mips32r6el-malta/linux.config"
  17. BR2_LINUX_KERNEL_VMLINUX=y
  18. # Compiler
  19. # linux >= 4.4 uses -mcompact-branches which is only available since GCC 6.x
  20. BR2_GCC_VERSION_6_X=y
  21. # Serial port config
  22. BR2_TARGET_GENERIC_GETTY=y
  23. BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"