diff options
author | 2014-08-16 09:44:21 +0200 | |
---|---|---|
committer | 2014-08-17 09:13:34 +0200 | |
commit | be7ac54e4bb4ca6eccc762b91289a80ad14118ad (patch) | |
tree | feca23261ebc61b997f3b730777d60861f8e4abf /configs/atstk100x_defconfig | |
parent | 06a603b8d55a5aea51a31c2d3f6f76d0b8218fc6 (diff) | |
download | buildroot-be7ac54e4bb4ca6eccc762b91289a80ad14118ad.tar.gz buildroot-be7ac54e4bb4ca6eccc762b91289a80ad14118ad.tar.bz2 |
configs/{atngw100, atstk100x}: fix build of AVR32 defconfigs
Since we marked the AVR32 architecture deprecated, it can no longer be
selected in a normal configuration. This has caused the AVR32
defconfigs to fail to build in our daily Jenkins tests. In order to
make them build again, they must use BR2_DEPRECATED=y. Of course, when
we remove AVR32 completely, we'll remove those defconfigs as well.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/atstk100x_defconfig')
-rw-r--r-- | configs/atstk100x_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/atstk100x_defconfig b/configs/atstk100x_defconfig index 6a77b41048..0e17e36dc9 100644 --- a/configs/atstk100x_defconfig +++ b/configs/atstk100x_defconfig @@ -1,3 +1,6 @@ +# AVR32 is deprecated +BR2_DEPRECATED=y + # Architecture BR2_avr32=y |