From: Bartosz Bilas Date: Tue, 7 May 2019 19:44:59 +0000 (+0200) Subject: configs/bananapro: bump Linux to 4.14.116 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6b2f6428d0661133a390e06640df4ed1bad03b9;p=buildroot.git configs/bananapro: bump Linux to 4.14.116 Signed-off-by: Bartosz Bilas Signed-off-by: Peter Korsgaard --- diff --git a/configs/bananapro_defconfig b/configs/bananapro_defconfig index 7377670934..a6433ee597 100644 --- a/configs/bananapro_defconfig +++ b/configs/bananapro_defconfig @@ -22,7 +22,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.14.91" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.116" BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="sunxi" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/lemaker/bananapro/linux-wifi.fragment"