Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH 1/4] configs/bananapro_defconfig: bump Linux to 5.1.1
@ 2019-05-20 19:32 Bartosz Bilas
  2019-05-20 19:32 ` [Buildroot] [RFC PATCH 2/4] configs/bananapro_defconfig: set patches directory Bartosz Bilas
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bartosz Bilas @ 2019-05-20 19:32 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 configs/bananapro_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/bananapro_defconfig b/configs/bananapro_defconfig
index a6433ee597..d5284bdd4c 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.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 5.1 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1=y
 
 # Toolchain
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
@@ -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.116"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.1.1"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/lemaker/bananapro/linux-wifi.fragment"
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-17 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20 19:32 [Buildroot] [RFC PATCH 1/4] configs/bananapro_defconfig: bump Linux to 5.1.1 Bartosz Bilas
2019-05-20 19:32 ` [Buildroot] [RFC PATCH 2/4] configs/bananapro_defconfig: set patches directory Bartosz Bilas
2019-05-20 19:32 ` [Buildroot] [RFC PATCH 3/4] board/lemaker/bananapro/patches/linux: add patch to disable 00B IRQ Bartosz Bilas
2019-05-20 19:32 ` [Buildroot] [RFC PATCH 4/4] board/lemaker/bananapro/rootfs_overlay: add symlink for brcmfmac43362-sdio file Bartosz Bilas
2019-05-26 19:26 ` [Buildroot] [RFC PATCH 1/4] configs/bananapro_defconfig: bump Linux to 5.1.1 Thomas Petazzoni
2019-06-17 16:56   ` Bartosz Biłas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox