diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:44:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:44:01 +0000 |
commit | 15a51103e899264b1689fa9967c4f74c4417bca1 (patch) | |
tree | ab9aee6ffb779dd0147f55c0876d42e29802fe90 /toolchain/uClibc/config/mips | |
parent | d442289f60548d0c33385edd723ba2eb61cd88c5 (diff) | |
download | master-187ad058-15a51103e899264b1689fa9967c4f74c4417bca1.tar.gz master-187ad058-15a51103e899264b1689fa9967c4f74c4417bca1.tar.bz2 master-187ad058-15a51103e899264b1689fa9967c4f74c4417bca1.zip |
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 'toolchain/uClibc/config/mips')
-rw-r--r-- | toolchain/uClibc/config/mips | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/config/mips b/toolchain/uClibc/config/mips index ac30b59648..0e64b98627 100644 --- a/toolchain/uClibc/config/mips +++ b/toolchain/uClibc/config/mips @@ -10,6 +10,7 @@ # # TARGET_alpha is not set # TARGET_arm is not set +# TARGET_avr32 is not set # TARGET_bfin is not set # TARGET_cris is not set # TARGET_e1 is not set |