Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit b87446cc477fa4bb223fb9c99398ba4c03a2d222 Author: Sven Eckelmann sven@narfation.org Date: Sat Mar 26 23:28:44 2011 +0000
doc: open-mesh/Download
b87446cc477fa4bb223fb9c99398ba4c03a2d222 open-mesh/Download.textile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/open-mesh/Download.textile b/open-mesh/Download.textile index b64b69fb..21b8737d 100644 --- a/open-mesh/Download.textile +++ b/open-mesh/Download.textile @@ -5,7 +5,7 @@ We are currently working on different branches. To get the details about the dif Please use the maint branch for your public infrastructure unless you know exactly what you are doing and are prepared for the big unknown.
-h3. Download Released Source Code +h2. Download Released Source Code
* The latest version of [[batman-adv|batman-adv]] is "batman-adv-2011.0.0.tar.gz":http://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2... "md5":http://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2... "sha1":http://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2... "asc":http://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2... * The latest version of batctl (management and control tool for batman-adv) is "batctl-2011.0.0.tar.gz":http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2011.0.0.... "md5":http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2011.0.0.... "sha1":http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2011.0.0.... "asc":http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2011.0.0.... @@ -18,13 +18,13 @@ If you are wondering whether batman-adv or batmand might suit your setup better, If you find any bugs, please [[Contribute|let us know]]!
-h3. Git Repository Access +h2. Git Repository Access
Since we started integrating the batman-adv kernel module into the mainline Linux tree, we maintain a git repository which contains the batman-adv maintenance branches. More information can be found [[UsingBatmanGit|on our git page]].
-h3. batman-adv in the Linux tree +h2. batman-adv in the Linux tree
Since linux 2.6.33 batman-adv is part of the official linux tree. You can build batman-adv along with your linux binary by simply selecting batman-adv in the Linux drivers section. If you use an older kernel or want to have access to the latest features you can checkout our git repository which still are backward compatible until 2.6.21. @@ -39,7 +39,7 @@ It follows an overview of linux versions and the batman-adv version they contain
-h3. Debian +h2. Debian
Use apt-get (or any other dpkg frontend of choice) to install B.A.T.M.A.N. onto your debian machine. Following packages are available: @@ -49,7 +49,7 @@ Use apt-get (or any other dpkg frontend of choice) to install B.A.T.M.A.N. onto * "batctl":http://packages.debian.org/sid/batctl - batctl 2011.0.0
-h3. Building OpenWRT packages +h2. Building OpenWRT packages
B.A.T.M.A.N. is also included in OpenWRT as a package. Download the extra package feed, link the batman folder into your main OpenWRT svn directory and use "make menuconfig" to select the B.A.T.M.A.N. flavor you intend to use. This enables you to integrate B.A.T.M.A.N. seamlessly into your builds (see [[building-batman-adv-with-openwrt|this page]] for a detailed explanation).