diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-13 10:15:01 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-13 10:15:01 +0000 |
commit | f53d9ece642824fb7a7c73c5d99e8c514bee15e6 (patch) | |
tree | d6f78b94afed41cc36958ef4206199c62a3a04ee /target/linux | |
parent | 8e650f6ec028b3eddd8cce67843ac1ef9a058398 (diff) | |
download | buildroot-novena-f53d9ece642824fb7a7c73c5d99e8c514bee15e6.tar.gz buildroot-novena-f53d9ece642824fb7a7c73c5d99e8c514bee15e6.zip |
Update AVR32 toolchain with new binutils and uClibc, This time it works (cross-fingers)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index d2baa39f0..4402381bb 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -59,7 +59,8 @@ if BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG choice prompt "Linux Kernel Version" depends on BR2_PACKAGE_LINUX - default BR2_LINUX_2_6_22_1 + default BR2_LINUX_2_6_22_1 if !BR2_avr32 + default BR2_LINUX_2_6_22_10 if BR2_avr32 help Select the specific Linux version you want to use |