From: Bartosz Bilas Date: Sat, 4 Jan 2020 16:48:38 +0000 (+0100) Subject: configs/bananapro: bump Linux to 5.4.7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9e19ef8005b34b5fefda92a10c26286635deda1;p=buildroot.git configs/bananapro: bump Linux to 5.4.7 Signed-off-by: Bartosz Bilas Signed-off-by: Peter Korsgaard --- diff --git a/configs/bananapro_defconfig b/configs/bananapro_defconfig index 95bd871468..e87d9ba633 100644 --- a/configs/bananapro_defconfig +++ b/configs/bananapro_defconfig @@ -5,8 +5,8 @@ BR2_GLOBAL_PATCH_DIR="board/lemaker/bananapro/patches" BR2_ARM_EABIHF=y BR2_ARM_FPU_NEON_VFPV4=y -# Linux headers same as kernel, a 5.3 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_3=y +# Linux headers same as kernel, a 5.4 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_4=y # Toolchain BR2_TOOLCHAIN_BUILDROOT_WCHAR=y @@ -23,7 +23,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="5.3.4" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.7" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="sunxi" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/lemaker/bananapro/linux-wifi.fragment"