]> Git Repo - buildroot-mgba.git/blame - configs/qemu_or1k_defconfig
configs/at91sam9x5ek_dev_defconfig: fix Linux compilation error with binutils 2.41+
[buildroot-mgba.git] / configs / qemu_or1k_defconfig
CommitLineData
c1395b34
WB
1# Architecture
2BR2_or1k=y
3
b9cad01b
WB
4# System
5BR2_SYSTEM_DHCP="eth0"
6
c1395b34
WB
7# Filesystem
8# BR2_TARGET_ROOTFS_TAR is not set
9BR2_TARGET_ROOTFS_INITRAMFS=y
10
302d3bc4
RN
11# Image
12BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
13BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
14
80623ea8 15# Linux headers same as kernel
9982e0b5 16BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
c1395b34
WB
17
18# Kernel
19BR2_LINUX_KERNEL=y
20BR2_LINUX_KERNEL_CUSTOM_VERSION=y
9982e0b5 21BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.18"
c1395b34 22BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
913c822e 23BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/or1k/linux.config"
29e1cb88
JB
24
25# host-qemu for gitlab testing
26BR2_PACKAGE_HOST_QEMU=y
27BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.671278 seconds and 4 git commands to generate.