diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2017-01-18 17:58:54 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-19 13:02:38 +1100 |
commit | 2739c354c97df7ec6d97e0cdc7ed38b5373cddcc (patch) | |
tree | 3b20284b3ecc68cf9cd86317b2b0750328e642a3 /boot/barebox/Config.in | |
parent | 24fa507acf53ad26144d7f57629407723e4a75c6 (diff) | |
download | buildroot-2739c354c97df7ec6d97e0cdc7ed38b5373cddcc.tar.gz buildroot-2739c354c97df7ec6d97e0cdc7ed38b5373cddcc.zip |
barebox: bump to version 2017.01.0
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r-- | boot/barebox/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 1548b0d2cd..e6ecd821fd 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,7 +12,7 @@ choice Select the specific Barebox version you want to use config BR2_TARGET_BAREBOX_LATEST_VERSION - bool "2016.08.0" + bool "2017.01.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2016.08.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2017.01.0" if BR2_TARGET_BAREBOX_LATEST_VERSION default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT |