make table of contents clickable
[openwrt-10.03/.git] / docs / openwrt.tex
1 \documentclass[a4paper]{book}
2 \usepackage[latin9]{inputenc}
3 \usepackage[pdftex,bookmarks=true]{hyperref}
4 %\usepackage[T1]{fontenc}
5 \usepackage{fancyvrb}
6
7 \begin{document}
8
9 \tableofcontents
10
11 \chapter{The Router}
12 \section{Getting started}
13 \subsection{Installation}
14 \subsection{Initial configuration}
15 \subsection{Failsafe mode}
16 \section{Configuring OpenWrt}
17 \subsection{Network}
18 \include{network}
19
20 \subsection{Wireless}
21
22 \section{Advanced configuration}
23 \include{config}
24
25 \subsection{Hotplug}
26 \subsection{Init scripts}
27 \subsection{Network scripts}
28 \include{network-scripts}
29
30 \chapter{Development issues}
31 \section{The build system}
32 \subsection{Building an image}
33 \subsection{Integrating packages}
34 \subsection{Creating packages}
35
36 \section{Extra tools}
37 \subsection{Image Builder}
38 \subsection{SDK}
39
40 \section{Adding platform support}
41 \section{Debugging and debricking}
42 \subsection{Adding a serial port}
43 \subsection{JTAG}
44
45
46 \end{document}