summaryrefslogtreecommitdiffstats
path: root/docs/openwrt.tex
blob: 4eeeb4a4f89caf236d5ac1283653c77224ddb39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\documentclass[a4paper]{book}
\usepackage[latin9]{inputenc}
\usepackage[pdftex,bookmarks=true]{hyperref}
\usepackage[T1]{fontenc}
\usepackage{ae,aecompl,aeguill}
\usepackage{fancyvrb}

\begin{document}

\tableofcontents

\chapter{The Router}
\section{Getting started}
\subsection{Installation}
\subsection{Initial configuration}
\subsection{Failsafe mode}
\section{Configuring OpenWrt}
\subsection{Network}
\include{network}

\subsection{Wireless}

\section{Advanced configuration}
\include{config}

\subsection{Hotplug}
\subsection{Init scripts}
\subsection{Network scripts}
\include{network-scripts}

\chapter{Development issues}
\section{The build system}
\subsection{Building an image}
\subsection{Integrating packages}
\subsection{Creating packages}

\section{Extra tools}
\subsection{Image Builder}
\subsection{SDK}

\section{Adding platform support}
\section{Debugging and debricking}
\subsection{Adding a serial port}
\subsection{JTAG}


\end{document}