[Buildroot] svn commit: trunk/buildroot
From: ulf at uclibc.org <hidden>
Date: 2007-07-29 06:51:36
From: ulf at uclibc.org <hidden>
Date: 2007-07-29 06:51:36
Author: ulf Date: 2007-07-28 23:51:35 -0700 (Sat, 28 Jul 2007) New Revision: 19311 Log: Use full AVR32 partname Modified: trunk/buildroot/Config.in Changeset: Modified: trunk/buildroot/Config.in ===================================================================
--- trunk/buildroot/Config.in 2007-07-28 23:17:27 UTC (rev 19310)
+++ trunk/buildroot/Config.in 2007-07-29 06:51:35 UTC (rev 19311)@@ -126,12 +126,12 @@ choice prompt "Target Architecture Variant" depends BR2_avr32 -config BR2_ap7000 - bool "AP7000" -config BR2_ap7001 - bool "AP7001" -config BR2_ap7002 - bool "AP7002" +config BR2_at32ap7000 + bool "AT32AP7000" +config BR2_at32ap7001 + bool "AT32AP7001" +config BR2_at32ap7002 + bool "AT32AP7002" endchoice