We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f6274 commit 3eccb98Copy full SHA for 3eccb98
boot/barebox/Config.in
@@ -12,7 +12,7 @@ choice
12
Select the specific Barebox version you want to use
13
14
config BR2_TARGET_BAREBOX_LATEST_VERSION
15
- bool "2014.05.0"
+ bool "2014.06.0"
16
17
config BR2_TARGET_BAREBOX_CUSTOM_VERSION
18
bool "Custom version"
@@ -40,7 +40,7 @@ endif
40
41
config BR2_TARGET_BAREBOX_VERSION
42
string
43
- default "2014.05.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
+ default "2014.06.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
44
default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION
45
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
46
default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
0 commit comments