1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-intro-supported-devices-wrt">
|
---|
9 | <title>Supported Devices for WRT</title>
|
---|
10 | <?dbhtml filename="supported-devices.html"?>
|
---|
11 |
|
---|
12 | <para>In order to build CLFS for your device, we need to know what processor
|
---|
13 | it has, if it is big or little endian, and what MIPS ISA level it is. The
|
---|
14 | MIPS ISA level is needed so that we can build uClibc properly. </para>
|
---|
15 |
|
---|
16 | <para>The following is a list of devices that have been tested and reported
|
---|
17 | as tested and working with this book. Apart from this list, there is no
|
---|
18 | guarantee that your device, will work. If you are successful in getting a
|
---|
19 | device to work, please contact the CLFS development team, and we will add
|
---|
20 | it to the list. For the most recent and up to date list, please view the
|
---|
21 | GIT version of this book. </para>
|
---|
22 |
|
---|
23 | <table os="g">
|
---|
24 | <title>Supported Devices</title>
|
---|
25 | <?dbfo table-width="7.5in" ?>
|
---|
26 |
|
---|
27 | <tgroup cols="6">
|
---|
28 |
|
---|
29 | <colspec colnum="1" colwidth="1.1in" colname="Manufacturer"/>
|
---|
30 | <colspec colnum="2" colwidth="1.1in" colname="Device"/>
|
---|
31 | <colspec colnum="3" colwidth="1in" colname="Supported - Working"/>
|
---|
32 | <colspec colnum="4" colwidth="2.2in" colname="Processor"/>
|
---|
33 | <colspec colnum="5" colwidth="1.1in" colname="Endian"/>
|
---|
34 | <colspec colnum="6" colwidth="1in" colname="Mips Level"/>
|
---|
35 |
|
---|
36 | <thead>
|
---|
37 | <row>
|
---|
38 | <entry>Manufacturer</entry>
|
---|
39 | <entry>Device</entry>
|
---|
40 | <entry>Supported - Working</entry>
|
---|
41 | <entry>Processor</entry>
|
---|
42 | <entry>Endian</entry>
|
---|
43 | <entry>Mips Level</entry>
|
---|
44 | </row>
|
---|
45 | </thead>
|
---|
46 |
|
---|
47 | <tbody>
|
---|
48 | <row>
|
---|
49 | <entry>Linksys</entry>
|
---|
50 | <entry>WRT54G Vs. 1</entry>
|
---|
51 | <entry>Testing</entry>
|
---|
52 | <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
|
---|
53 | <entry>Little</entry>
|
---|
54 | <entry>1 or 2, testing</entry>
|
---|
55 | </row>
|
---|
56 | </tbody>
|
---|
57 |
|
---|
58 | </tgroup>
|
---|
59 |
|
---|
60 | </table>
|
---|
61 |
|
---|
62 | </sect1>
|
---|