Fix a typo in the agmode selection
[openwrt/staging/florian.git] / docs / openwrt.tex
1 \documentclass[a4paper]{book}
2 \usepackage[latin9]{inputenc}
3 \usepackage[bookmarks=true]{hyperref}
4 \usepackage[T1]{fontenc}
5 \usepackage{ae,aecompl,aeguill}
6 \usepackage{fancyvrb}
7 \setlength{\parindent}{0pt}
8 \setlength{\parskip}\medskipamount
9
10 \begin{document}
11 \tableofcontents
12 \chapter{The Router}
13 \section{Getting started}
14 \subsection{Installation}
15 \subsection{Initial configuration}
16 \subsection{Failsafe mode}
17 \section{Configuring OpenWrt}
18 \subsection{Network}
19 \input{network}
20 \subsection{Wireless}
21 \input{wireless}
22 \section{Advanced configuration}
23 \input{config}
24 \subsection{Hotplug}
25 \subsection{Init scripts}
26 \input{init-scripts}
27 \subsection{Network scripts}
28 \input{network-scripts}
29 \chapter{Development issues}
30 \section{The build system}
31 \input{build}
32 \section{Extra tools}
33 \subsection{Image Builder}
34 \subsection{SDK}
35 \section{Adding platform support}
36 \input{adding}
37 \section{Debugging and debricking}
38 \subsection{Adding a serial port}
39 \subsection{JTAG}
40 \section{Reporting bugs}
41 \subsection{Using the Trac ticket system}
42 \input{bugs}
43 \end{document}