The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / configs / minnowboard_max_defconfig
1 # Architecture
2 BR2_x86_64=y
3 BR2_x86_atom=y
4
5 # Misc
6 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
7 BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
8
9 # Lock to 3.19 headers to avoid breaking with newer kernels
10 BR2_KERNEL_HEADERS_VERSION=y
11 BR2_DEFAULT_KERNEL_VERSION="3.19.1"
12 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
13
14 # Needed for ethernet
15 BR2_PACKAGE_LINUX_FIRMWARE=y
16 BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169=y
17
18 # Linux kernel
19 BR2_LINUX_KERNEL=y
20 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
21 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19.1"
22 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
23 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/minnowboard-max/linux-3.19.config"
24
25 # Bootloader
26 BR2_TARGET_GRUB2=y
27 BR2_TARGET_GRUB2_X86_64_EFI=y