| Submitter | Gregory Hermant |
|---|---|
| Date | Nov. 20, 2012, 11:14 a.m. |
| Message ID | <1353410086-10233-1-git-send-email-gregory.hermant@calao-systems.com> |
| Download | mbox | patch |
| Permalink | /patch/200297/ |
| State | Accepted |
| Commit | 4c60854f00a687f25f6012c960c202bfd0cc6455 |
| Headers | show |
Comments
>>>>> "Gregory" == Gregory Hermant <gregory.hermant@calao-systems.com> writes:
Gregory> Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Committed, thanks.
Patch
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index c9e7088..997f45b 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -45,6 +45,7 @@ config BR2_TARGET_BAREBOX_VERSION default "2012.08.0" if BR2_TARGET_BAREBOX_2012_08 default "2012.09.0" if BR2_TARGET_BAREBOX_2012_09 default "2012.10.0" if BR2_TARGET_BAREBOX_2012_10 + default "2012.11.0" if BR2_TARGET_BAREBOX_2012_11 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> --- boot/barebox/Config.in | 1 + 1 file changed, 1 insertion(+)