From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Wed, 20 Apr 2016 07:01:56 -0300 Subject: [Buildroot] [PATCH 2/2] linux: bump default to version 4.5.2 In-Reply-To: <1461146516-14614-1-git-send-email-gustavo@zacarias.com.ar> References: <1461146516-14614-1-git-send-email-gustavo@zacarias.com.ar> Message-ID: <1461146516-14614-2-git-send-email-gustavo@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Gustavo Zacarias --- linux/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index 043b147..53994a8 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -27,7 +27,7 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "4.5.1" + bool "4.5.2" config BR2_LINUX_KERNEL_CUSTOM_VERSION bool "Custom version" @@ -110,7 +110,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH config BR2_LINUX_KERNEL_VERSION string - default "4.5.1" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.5.2" 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 -- 2.7.3