blob: e80e7284866f5bd119d7e91bb808c098c56ce2cf [file] [log] [blame]
Vicente Olivert Rierae1452c52016-07-01 10:27:25 +01001# Architecture
2BR2_mips64el=y
3BR2_mips_64r6=y
4BR2_MIPS_NABI64=y
5
6# System
7BR2_SYSTEM_DHCP="eth0"
8
9# Filesystem
10BR2_TARGET_ROOTFS_EXT2=y
11# BR2_TARGET_ROOTFS_TAR is not set
12
Waldemar Brodkorb28d97602017-06-05 21:52:07 +020013# Linux headers same as kernel, a 4.11 series
14BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
Vicente Olivert Rierae1452c52016-07-01 10:27:25 +010015
16# Kernel
17BR2_LINUX_KERNEL=y
18BR2_LINUX_KERNEL_CUSTOM_VERSION=y
Waldemar Brodkorb28d97602017-06-05 21:52:07 +020019BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.3"
Vicente Olivert Rierae1452c52016-07-01 10:27:25 +010020BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
Waldemar Brodkorb28d97602017-06-05 21:52:07 +020021BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64r6el-malta/linux-4.11.config"
Vicente Olivert Rierae1452c52016-07-01 10:27:25 +010022BR2_LINUX_KERNEL_VMLINUX=y
23
24# Compiler
25# linux >= 4.4 uses -mcompact-branches which is only available since gcc-6
26BR2_GCC_VERSION_6_X=y
27
28# Serial port config
29BR2_TARGET_GENERIC_GETTY=y
30BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"