configs/minnowboard_max: bump kernel to version 4.4

And point the readme to wiki.minnowboard.org instead of the legacy
elinux.org page.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2016-01-14 21:40:26 +01:00
parent dab4fcdf7a
commit a664fc74ea
3 changed files with 6 additions and 6 deletions

View File

@ -37,4 +37,4 @@ Prepare the SD card for the Minnow Board MAX
4. Enjoy 4. Enjoy
Additional information about this board can be found at Additional information about this board can be found at
http://www.minnowboard.org/ or http://elinux.org/Minnowboard:MinnowMax. http://www.minnowboard.org/ or http://wiki.minnowboard.org/MinnowBoard_MAX

View File

@ -6,10 +6,10 @@ BR2_x86_atom=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh" BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
# Lock to 3.19 headers to avoid breaking with newer kernels # Lock to 4.4 headers to avoid breaking with newer kernels
BR2_KERNEL_HEADERS_VERSION=y BR2_KERNEL_HEADERS_VERSION=y
BR2_DEFAULT_KERNEL_VERSION="3.19.1" BR2_DEFAULT_KERNEL_VERSION="4.4"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
# Needed for ethernet # Needed for ethernet
BR2_PACKAGE_LINUX_FIRMWARE=y BR2_PACKAGE_LINUX_FIRMWARE=y
@ -18,9 +18,9 @@ BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169=y
# Linux kernel # Linux kernel
BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.19.1" BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.4"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/minnowboard-max/linux-3.19.config" BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/minnowboard-max/linux.config"
# Bootloader # Bootloader
BR2_TARGET_GRUB2=y BR2_TARGET_GRUB2=y