diff options
author | Gregory Hermant <gregory.hermant@calao-systems.com> | 2012-11-20 01:14:46 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-21 11:04:22 +0100 |
commit | 4c60854f00a687f25f6012c960c202bfd0cc6455 (patch) | |
tree | c637fdf869007c48d2e8aaf9be2836e8a693553f /boot | |
parent | b40ec0b651c36610a74c57bf5237c892c1647ea1 (diff) | |
download | buildroot-4c60854f00a687f25f6012c960c202bfd0cc6455.tar.gz buildroot-4c60854f00a687f25f6012c960c202bfd0cc6455.zip |
barebox: Add BR2_TARGET_BAREBOX_2012_11
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/barebox/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index c9e7088243..997f45bf91 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 |