소스 검색

Fix AVR32 ext toolchain

Ulf Samuelsson 17 년 전
부모
커밋
1fdfb9e305
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/device/Config.in.toolchain

+ 1 - 1
target/device/Config.in.toolchain

@@ -1,7 +1,7 @@
 if BR2_TOOLCHAIN_EXTERNAL_SOURCE
 choice
 	prompt "Source location:"
-	default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
+	default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 if BR2_avr32
 	help
 	  Select whether to use the toolchain built by the buildroot
 	  system or an external pre-built toolchain.