1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 14:12:00 +03:00
openwrt-xburst/docs/openwrt.tex
florian 3365db367c [docs] add a short note on how to use OpenWrt for daily work, covering the use of quilt inside of OpenWrt, updating kernel, packages and patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-28 16:05:35 +00:00

42 lines
1.0 KiB
TeX

\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}