diff options
| author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2012-12-07 00:51:30 +0000 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-10 22:27:35 +0100 | 
| commit | 04c8ff92c3f4ca645daf44f73b40b22fc13fdc4c (patch) | |
| tree | ae33696f06faf67ae2cb88bbc314ea60fab35205 /boot | |
| parent | f7ccd30afbd989085be834b23ac2ea997c50b883 (diff) | |
| download | buildroot-novena-04c8ff92c3f4ca645daf44f73b40b22fc13fdc4c.tar.gz buildroot-novena-04c8ff92c3f4ca645daf44f73b40b22fc13fdc4c.zip | |
barebox: add 2012.12, remove 2012.08
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/barebox/Config.in | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 95f330f58..e7498a884 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -8,13 +8,10 @@ config BR2_TARGET_BAREBOX  if BR2_TARGET_BAREBOX  choice  	prompt "version" -	default BR2_TARGET_BAREBOX_2012_11 +	default BR2_TARGET_BAREBOX_2012_12  	help  	  Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2012_08 -	bool "2012.08" -  config BR2_TARGET_BAREBOX_2012_09  	bool "2012.09" @@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_10  config BR2_TARGET_BAREBOX_2012_11  	bool "2012.11" +config BR2_TARGET_BAREBOX_2012_12 +	bool "2012.12" +  config BR2_TARGET_BAREBOX_CUSTOM_TARBALL  	bool "Custom tarball" @@ -41,10 +41,10 @@ endif  config BR2_TARGET_BAREBOX_VERSION  	string -	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 "2012.12.0"	if BR2_TARGET_BAREBOX_2012_12  	default "custom"	if BR2_TARGET_BAREBOX_CUSTOM_TARBALL  	default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT | 
