]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - configs/qemu_mips_malta_defconfig
avahi: remove double dependency on gettext
[coffee/buildroot.git] / configs / qemu_mips_malta_defconfig
1 # Architecture
2 BR2_mips=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.10 headers to avoid breaking with newer kernels
10 BR2_KERNEL_HEADERS_VERSION=y
11 BR2_DEFAULT_KERNEL_VERSION="3.10.4"
12
13 # Kernel
14 BR2_LINUX_KERNEL=y
15 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
16 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.4"
17 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
18 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.10.config"
19 BR2_LINUX_KERNEL_VMLINUX=y
20
21 # Serial port config
22 BR2_TARGET_GENERIC_GETTY=y
23 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"