summaryrefslogtreecommitdiffstats
path: root/configs/bananapro_defconfig
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2017-03-20 20:31:37 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-20 21:51:41 +0100
commit0a3dd8084d616ea0124f46a6b3b736c8f4eab1b6 (patch)
tree2931415d5e20030c73ce2e6f57bedc77385dc047 /configs/bananapro_defconfig
parentb29552216f988875635ab59600e1ff536685734b (diff)
downloadbuildroot-0a3dd8084d616ea0124f46a6b3b736c8f4eab1b6.tar.gz
buildroot-0a3dd8084d616ea0124f46a6b3b736c8f4eab1b6.zip
configs/bananapro: bump Linux to 4.10.4
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/bananapro_defconfig')
-rw-r--r--configs/bananapro_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/bananapro_defconfig b/configs/bananapro_defconfig
index fdd3ca0885..a5205e0b24 100644
--- a/configs/bananapro_defconfig
+++ b/configs/bananapro_defconfig
@@ -4,8 +4,8 @@ BR2_cortex_a7=y
BR2_ARM_EABIHF=y
BR2_ARM_FPU_NEON_VFPV4=y
-# Linux headers same as kernel, a 4.9 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
+# Linux headers same as kernel, a 4.10 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_10=y
# Toolchain
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
@@ -25,7 +25,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/lemaker/bananapro/post-image.sh"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.3"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.10.4"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/lemaker/bananapro/linux-wifi.fragment"
OpenPOWER on IntegriCloud