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 | a31256f139c5bb22378f12ad4a996cc073b18bdb (patch) | |
tree | b5f1b33afa73ec7f1f84d6a52a72258dccc435bd /docs/openwrt.tex | |
parent | 5b2f37e0cd7ef98a06611fb42b947d8984f0e12a (diff) | |
download | upstream-a31256f139c5bb22378f12ad4a996cc073b18bdb.tar.gz upstream-a31256f139c5bb22378f12ad4a996cc073b18bdb.tar.bz2 upstream-a31256f139c5bb22378f12ad4a996cc073b18bdb.zip |
add initial version of our new documentation - not too pretty yet, but will be improved
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5060 3c298f89-4303-0410-b956-a3cf2f4a3e73
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} |