]> git.deb.at Git - deb/packages.git/blobdiff - templates/config/architectures.tmpl
config/mirrors.tmpl: Merge from CVS: remove some non-working non-american mirrors
[deb/packages.git] / templates / config / architectures.tmpl
index c15e8be9a2d0f8e6f72665e192aaa0c403b66bc2..1eda3bbb5c3c225391db1597e6f20799e2f8005e 100644 (file)
@@ -9,13 +9,14 @@ architectures = {
         arm     => 'ARM',
         hppa    => 'HP PA-RISC',
         ia64    => 'Intel IA-64',
-        mips    => 'MIPS',
-        mipsel  => 'MIPS (DEC)',
+        mips    => 'MIPS (big-endian)',
+        mipsel  => 'MIPS (little-endian)',
         s390    => 'IBM S/390',
        "hurd-i386" => 'Hurd (i386)',
        amd64   => 'AMD64',
+       armel   => 'EABI ARM',
        "kfreebsd-i386" => 'GNU/kFreeBSD (i386)',
        "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)'
 }
 
-%]
\ No newline at end of file
+%]