diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2016-11-28 20:28:12 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-29 21:12:08 +0100 |
commit | 882f4d2d63272abce8c1966983aa10178e2e971f (patch) | |
tree | 68687b152130405452a1ad9b930ff2971378834c /docs/openwrt.tex | |
parent | c0e66478b520b07c33343161f722351f5f858990 (diff) | |
download | upstream-882f4d2d63272abce8c1966983aa10178e2e971f.tar.gz upstream-882f4d2d63272abce8c1966983aa10178e2e971f.tar.bz2 upstream-882f4d2d63272abce8c1966983aa10178e2e971f.zip |
docs: deleting docs because they are obsolete
the docs in /docs folder are pretty much obsolete and in a not very friendly format (latex, that requires to be
compiled), leaving them there only causes confusion.
LEDE documentation's place is the wiki, or the site.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'docs/openwrt.tex')
-rw-r--r-- | docs/openwrt.tex | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/docs/openwrt.tex b/docs/openwrt.tex deleted file mode 100644 index 946387b4d6..0000000000 --- a/docs/openwrt.tex +++ /dev/null @@ -1,41 +0,0 @@ -\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} |