Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 0c12202058bf995aae55a0b626d0aab79b7c32cb Author: Marek Lindner mareklindner@neomailbox.ch Date: Sun Mar 27 13:15:20 2011 +0000
doc: batman-adv/Building-with-openwrt
0c12202058bf995aae55a0b626d0aab79b7c32cb batman-adv/Building-with-openwrt.textile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Building-with-openwrt.textile b/batman-adv/Building-with-openwrt.textile index c34796be..b880ec89 100644 --- a/batman-adv/Building-with-openwrt.textile +++ b/batman-adv/Building-with-openwrt.textile @@ -142,12 +142,13 @@ PKG_VERSION:=2010.0.0 +developer version+
-Ajust the PKG_REV variable to download & build the SVN revision you are interested in: +Adjust the PKG_BATMAN_REV variable for batman-adv and the PKG_BATCTL_REV variable for batctl to download & build the git revision you are interested in:
<pre> cat openwrt/feeds/batman/batman-adv-devel/Makefile [..] -PKG_REV:=1764 +PKG_BATMAN_REV:=3cc9ba15c95147eeb70529ca3892853b3c81a862 +PKG_BATCTL_REV:=6f77463027311b49d52bd3aef4d82c8aae27014f [..] </pre>