2006-10-13 22:41:34 +00:00
|
|
|
\documentclass[a4paper]{book}
|
2007-09-29 11:35:51 +00:00
|
|
|
|
|
|
|
\usepackage{openwrt}
|
2006-10-16 04:21:44 +00:00
|
|
|
|
2006-10-13 22:41:34 +00:00
|
|
|
\begin{document}
|
|
|
|
\tableofcontents
|
|
|
|
\chapter{The Router}
|
2006-10-16 02:38:08 +00:00
|
|
|
\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}
|
2006-10-13 22:41:34 +00:00
|
|
|
\chapter{Development issues}
|
2006-10-16 02:38:08 +00:00
|
|
|
\section{The build system}
|
2006-10-16 04:21:44 +00:00
|
|
|
\input{build}
|
2006-10-16 02:38:08 +00:00
|
|
|
\section{Extra tools}
|
|
|
|
\subsection{Image Builder}
|
|
|
|
\subsection{SDK}
|
|
|
|
\section{Adding platform support}
|
2007-01-05 15:26:38 +00:00
|
|
|
\input{adding}
|
2006-10-16 02:38:08 +00:00
|
|
|
\section{Debugging and debricking}
|
2009-01-06 09:20:14 +00:00
|
|
|
\input{debugging}
|
2007-01-05 15:26:38 +00:00
|
|
|
\section{Reporting bugs}
|
|
|
|
\subsection{Using the Trac ticket system}
|
|
|
|
\input{bugs}
|
2007-12-28 17:04:10 +00:00
|
|
|
\section{Submitting patches}
|
|
|
|
\input{submitting-patches}
|
2006-10-13 22:41:34 +00:00
|
|
|
\end{document}
|