File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
For a reasonable up-to-date CHANGELOG visit:
2
2
3
- https ://dev .open-mesh.net/batman /log/trunk
3
+ http ://www .open-mesh.net/log/trunk
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ downloads.open-mesh.net likely offers precompiled packages
32
32
for your system.
33
33
34
34
Download and compile the latest stable sources from the download
35
- section http://open-mesh.net/batman/downloads by executing eg.:
35
+ section http://www. open-mesh.net/wiki/Download by executing eg.:
36
36
37
37
$ wget http://downloads.open-mesh.net/batman/releases/batman-0.3.1/batman-0.3.1.tar.gz
38
38
$ tar xzvf batman-0.3.1.tar.gz
@@ -94,7 +94,7 @@ batman for one (or several) interfaces and specify the netmask and IP address
94
94
as well as other optionally parameters.
95
95
96
96
Alternatively you can get the latest stable release (as well as development)
97
- versions from http://open-mesh.net/batman/downoads/
97
+ versions from http://www. open-mesh.net/wiki/Download
98
98
99
99
For example to install batmand-0.2 on a freifunk WRT do:
100
100
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ sources:
89
89
90
90
for i in $$( find . | grep $(SRC_FILES) | grep -v "\.svn" ); do [ -d $$i ] && mkdir -p $(FILE_NAME)/$$i ; [ -f $$i ] && cp -Lvp $$i $(FILE_NAME)/$$i ;done
91
91
92
- wget --no-check-certificate - O changelog.html https ://dev .open-mesh.net/batman /log/$(LOG_BRANCH)/
92
+ wget -O changelog.html http ://www .open-mesh.net/log/$(LOG_BRANCH)/
93
93
html2text -o changelog.txt -nobs -ascii changelog.html
94
94
awk '/View revision/,/10\/01\/06 20:23:03/' changelog.txt > $(FILE_NAME)/CHANGELOG
95
95
You can’t perform that action at this time.
0 commit comments