]> Git Repo - buildroot-mgba.git/blame - configs/qemu_mips32r2el_malta_defconfig
Merge branch 'next'
[buildroot-mgba.git] / configs / qemu_mips32r2el_malta_defconfig
CommitLineData
e8d0f412
TP
1# Architecture
2BR2_mipsel=y
3BR2_mips_32r2=y
4
d037d9c2
WB
5# Hashes
6BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
7BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
8
61c03fea
GZ
9# System
10BR2_SYSTEM_DHCP="eth0"
11
05ccc70b 12# Filesystem
319815a5 13BR2_TARGET_ROOTFS_EXT2=y
f12b1771 14# BR2_TARGET_ROOTFS_TAR is not set
319815a5 15
302d3bc4
RN
16# Image
17BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
18BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
19
80623ea8 20# Linux headers same as kernel
9982e0b5 21BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
b3a30668 22
e8d0f412
TP
23# Kernel
24BR2_LINUX_KERNEL=y
25BR2_LINUX_KERNEL_CUSTOM_VERSION=y
d037d9c2 26BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32"
e8d0f412 27BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 28BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips32r2el-malta/linux.config"
e8d0f412
TP
29BR2_LINUX_KERNEL_VMLINUX=y
30
31# Serial port config
32BR2_TARGET_GENERIC_GETTY=y
33BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
29e1cb88
JB
34
35# host-qemu for gitlab testing
36BR2_PACKAGE_HOST_QEMU=y
37BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 1.021227 seconds and 4 git commands to generate.