]> Git Repo - buildroot-mgba.git/blob - configs/qemu_mipsel_malta_defconfig
configs: add sample for freescale p1010rdb
[buildroot-mgba.git] / configs / qemu_mipsel_malta_defconfig
1 # Architecture
2 BR2_mipsel=y
3 BR2_mips_32r2=y
4
5 # filesystem
6 BR2_TARGET_ROOTFS_EXT2=y
7 # BR2_TARGET_ROOTFS_TAR is not set
8
9 # Lock to 3.8 headers to avoid breaking with newer kernels
10 BR2_KERNEL_HEADERS_3_8=y
11
12 # Kernel
13 BR2_LINUX_KERNEL=y
14 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
15 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.1"
16 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
17 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.8.config"
18 BR2_LINUX_KERNEL_VMLINUX=y
19
20 # Serial port config
21 BR2_TARGET_GENERIC_GETTY=y
22 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
This page took 0.022456 seconds and 4 git commands to generate.