summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-02-18 09:53:21 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-02-18 15:06:15 +0100
commitc1b47a9cbeac99fb35705939165a5bb1fa809453 (patch)
treebe7d0730c8f12d01917bb833cc4c40f1dd4e9db1 /linux
parent43d005d894e1c309e94de44edb45c83a47b78966 (diff)
downloadbuildroot-c1b47a9cbeac99fb35705939165a5bb1fa809453.tar.gz
buildroot-c1b47a9cbeac99fb35705939165a5bb1fa809453.zip
linux: bump default to version 4.4.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 4d972e1447..e7df42cbbb 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.4.1"
+ bool "4.4.2"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -104,7 +104,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
config BR2_LINUX_KERNEL_VERSION
string
- default "4.4.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.4.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
OpenPOWER on IntegriCloud