Skip to content

Commit 3eccb98

Browse files
fabio-porceddajacmet
authored andcommitted
barebox: bump to version 2014.06.0
Signed-off-by: Fabio Porcedda <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
1 parent b4f6274 commit 3eccb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/barebox/Config.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ choice
1212
Select the specific Barebox version you want to use
1313

1414
config BR2_TARGET_BAREBOX_LATEST_VERSION
15-
bool "2014.05.0"
15+
bool "2014.06.0"
1616

1717
config BR2_TARGET_BAREBOX_CUSTOM_VERSION
1818
bool "Custom version"
@@ -40,7 +40,7 @@ endif
4040

4141
config BR2_TARGET_BAREBOX_VERSION
4242
string
43-
default "2014.05.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
43+
default "2014.06.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
4444
default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION
4545
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
4646
default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT

0 commit comments

Comments
 (0)