aboutsummaryrefslogtreecommitdiffstats
path: root/docs/openwrt.tex
blob: 946387b4d650072c1ab504fd3dfe7be65d7798d8 (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
\documentclass[a4paper]{book}

\usepackage{openwrt}

\begin{document}
\tableofcontents
\chapter{The Router}
  \section{Getting started}
    \subsection{Installation}
    \subsection{Initial configuration}
    \subsection{Failsafe mode}
  \section{Configuring OpenWrt}
    \subsection{Network}
      \input{network}
    \subsection{Wireless}
      \input{wireless}
  \section{Advanced configuration}
    \input{config}
    \subsection{Hotplug}
    \subsection{Init scripts}
      \input{init-scripts}
    \subsection{Network scripts}
      \input{network-scripts}
\chapter{Development issues}
  \section{The build system}
    \input{build}
  \section{Extra tools}
    \subsection{Image Builder}
    \subsection{SDK}
  \section{Working with OpenWrt}
    \input{working}
  \section{Adding platform support}
     \input{adding}
  \section{Debugging and debricking}
     \input{debugging}
   \section{Reporting bugs}
	\subsection{Using the Trac ticket system}
	\input{bugs}
   \section{Submitting patches}
    \input{submitting-patches}
\end{document}