diff mbox

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

Message ID 1410978198-23567-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 2158aa684c0f652117a031e297c79c6a0ae5343a
Headers show

Commit Message

Gustavo Zacarias Sept. 17, 2014, 6:23 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 Sept. 17, 2014, 8:58 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 bdf5fc5..0ad8bce 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@  choice
 	prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-	bool "3.16.2"
+	bool "3.16.3"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -104,7 +104,7 @@  config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "3.16.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+	default "3.16.3" if BR2_LINUX_KERNEL_LATEST_VERSION
 	default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
 		if BR2_LINUX_KERNEL_CUSTOM_VERSION