]> Git Repo - buildroot-mgba.git/blame - configs/qemu_mips32r6el_malta_defconfig
configs/olimex_a20_olinuxino_lime2: bump to Linux kernel 5.14.13 and u-boot 2021.10
[buildroot-mgba.git] / configs / qemu_mips32r6el_malta_defconfig
CommitLineData
9f2d1a9e
VOR
1# Architecture
2BR2_mipsel=y
3BR2_mips_32r6=y
4
5# System
6BR2_SYSTEM_DHCP="eth0"
7
8# Filesystem
9BR2_TARGET_ROOTFS_EXT2=y
10# BR2_TARGET_ROOTFS_TAR is not set
11
302d3bc4
RN
12# Image
13BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
14BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
15
742f37de
GLG
16# Linux headers same as kernel, a 5.10 series
17BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
9f2d1a9e
VOR
18
19# Kernel
20BR2_LINUX_KERNEL=y
21BR2_LINUX_KERNEL_CUSTOM_VERSION=y
742f37de 22BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.7"
9f2d1a9e 23BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 24BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips32r6el-malta/linux.config"
9f2d1a9e 25BR2_LINUX_KERNEL_VMLINUX=y
39a9a011 26BR2_GLOBAL_PATCH_DIR="board/qemu/mips32r6el-malta/patches"
9f2d1a9e 27
9f2d1a9e
VOR
28# Serial port config
29BR2_TARGET_GENERIC_GETTY=y
30BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
29e1cb88
JB
31
32# host-qemu for gitlab testing
33BR2_PACKAGE_HOST_QEMU=y
34BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.504621 seconds and 4 git commands to generate.