Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 09b8bf11e13d046c722a21ce1a727ccdcb23bae5 Author: Sven Eckelmann sven@narfation.org Date: Sat Mar 26 22:32:56 2011 +0000
doc: batman-adv/Building-with-openwrt
09b8bf11e13d046c722a21ce1a727ccdcb23bae5 batman-adv/Building-with-openwrt.textile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/batman-adv/Building-with-openwrt.textile b/batman-adv/Building-with-openwrt.textile index aa3ecb0c..c34796be 100644 --- a/batman-adv/Building-with-openwrt.textile +++ b/batman-adv/Building-with-openwrt.textile @@ -1,4 +1,3 @@ - h1. Building B.A.T.M.A.N. Advanced with OpenWRT
Many tutorials assume that you have batman-adv running on an OpenWRT system without going into detail how to get the system built and configured. This documents aims to fill the gap by providing a step-by-step explanation how to get your OpenWRT system up & running. @@ -45,7 +44,7 @@ h3. Adding the stable version scripts/feeds update scripts/feeds install kmod-batman-adv </pre> -_Note_: If you downloaded an OpenWRT release but intend to build the latest batman-adv package you might need to modify your feeds.conf(.default). Make sure you have _"svn-src packages !svn://svn.openwrt.org/openwrt/packages"_ instead of e.g. _"src-svn packages !svn://svn.openwrt.org/openwrt/branches/packages_8.09"_. +_Note_: If you downloaded an OpenWRT release but intend to build the latest batman-adv package you might need to modify your feeds.conf(.default). Make sure you have _"svn-src packages svn://svn.openwrt.org/openwrt/packages"_ instead of e.g. _"src-svn packages svn://svn.openwrt.org/openwrt/branches/packages_8.09"_.
h3. Adding the developer version