diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-13 22:41:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-13 22:41:34 +0000 |
commit | 550f17100a5e15f9a5ac96c2923e258c786ac454 (patch) | |
tree | f81e67632c355d1c9d1357c3d23728fec2c2267f /docs/openwrt.tex | |
parent | 60c1f0f64d23003a19a07d6b9638542130f6641d (diff) | |
download | upstream-550f17100a5e15f9a5ac96c2923e258c786ac454.tar.gz upstream-550f17100a5e15f9a5ac96c2923e258c786ac454.tar.bz2 upstream-550f17100a5e15f9a5ac96c2923e258c786ac454.zip |
add initial version of our new documentation - not too pretty yet, but will be improved
SVN-Revision: 5060
Diffstat (limited to 'docs/openwrt.tex')
-rw-r--r-- | docs/openwrt.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/openwrt.tex b/docs/openwrt.tex new file mode 100644 index 0000000000..6eda7c021d --- /dev/null +++ b/docs/openwrt.tex @@ -0,0 +1,45 @@ +\documentclass[a4paper]{book} +\usepackage[latin9]{inputenc} +%\usepackage[T1]{fontenc} +\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} |