summaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-08 10:44:01 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-08 10:44:01 +0000
commitac52e3bd03bcaf6ad5c48c01a4697aa201000433 (patch)
treeab9aee6ffb779dd0147f55c0876d42e29802fe90 /target/Config.in
parente87fb5ee5a75b03e8b2e128b611a72e08eab3196 (diff)
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 780ee421f..31a4e590e 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -57,6 +57,10 @@ config armeb
select BIG_ENDIAN
bool
+config avr32
+ select BIG_ENDIAN
+ bool
+
config cris
bool
@@ -92,6 +96,7 @@ config ARCH
string
default "arm" if arm
default "armeb" if armeb
+ default "avr32" if avr32
default "cris" if cris
default "i386" if i386
default "m68k" if m68k