diff mbox

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

Message ID 1481287513-25960-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 5e21606599c2b53e66b003c334d0388a686390aa
Headers show

Commit Message

Gustavo Zacarias Dec. 9, 2016, 12:45 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Dec. 9, 2016, 4:54 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/linux/Config.in b/linux/Config.in
index 9ca9939..e432873 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -26,7 +26,7 @@  choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-	bool "Latest version (4.8.12)"
+	bool "Latest version (4.8.13)"
 
 config BR2_LINUX_KERNEL_CUSTOM_VERSION
 	bool "Custom version"
@@ -97,7 +97,7 @@  endif
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "4.8.12" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "4.8.13" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL