diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-03-01 17:37:33 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-01 17:37:33 +0100 |
commit | fd89246426e73cd8d0f85eeb4c2c6977facbb9bb (patch) | |
tree | c66295c37b9ec610ac1ac246b121f7bfa2da673b /boot/barebox/Config.in | |
parent | 5573ab458696a9aaffc28464dd9654b8c95a5815 (diff) | |
parent | 9a6c03a390872d7ce91b619fdaf1d674491ad8cb (diff) | |
download | buildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.tar.gz buildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 e6ecd821fd..85956d6552 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 "2017.01.0" + bool "2017.02.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2017.01.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2017.02.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 |