diff mbox series

[2/2] linux: bump default to version 4.12.11

Message ID 20170907182350.7117-2-bernd.kuhls@t-online.de
State Superseded
Headers show
Series [1/2] linux-headers: bump 4.{4, 9, 12}.x series | expand

Commit Message

Bernd Kuhls Sept. 7, 2017, 6:23 p.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Sept. 7, 2017, 7:11 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

I've instead applied Fabio's series to move to 4.13, so I've marked this
as superseeded.
diff mbox series

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 9648ce96d..fc3ef7238 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -116,7 +116,7 @@  endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "4.12.10" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "4.12.11" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default "v4.4.83-cip8" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION