Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-17,master
commit ebb0aa431fa5b3d88b976594fd9bc651cbd4f29f Author: Sven Eckelmann sven@narfation.org Date: Sun Jul 16 22:19:45 2017 +0000
doc: alfred/Building_information: Fix textile syntax
ebb0aa431fa5b3d88b976594fd9bc651cbd4f29f alfred/Building_information.textile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/alfred/Building_information.textile b/alfred/Building_information.textile index 134295e0..b98afa8f 100644 --- a/alfred/Building_information.textile +++ b/alfred/Building_information.textile @@ -5,8 +5,8 @@ Release tarballs as well as snapshots are available:
* release tarballs: [[open-mesh:Download#Download-Released-Source-Code|Check the Download page]] * git web directory: https://git.open-mesh.org/alfred.git - * git download: git clone git://git.open-mesh.org/alfred.git - * snapshot:https://git.open-mesh.org/alfred.git/snapshot/refs/heads/master.tar.gz + * git download: @git clone git://git.open-mesh.org/alfred.git@ + * snapshot: https://git.open-mesh.org/alfred.git/snapshot/refs/heads/master.tar.gz
h3. OpenWRT installation from routing feed
@@ -14,9 +14,11 @@ Alfred is also part of the routing feed of OpenWRT. For newer OpenWRT, just use:
1. Install the alfred package:
+<pre> ./scripts/feeds install alfred +</pre>
-3. Run "make menuconfig" and select alfred (available under "Network --->") +3. Run "@make menuconfig@" and select alfred (available under "@Network --->@")
h3. OpenWRT development feed
@@ -24,13 +26,17 @@ There is also a development packet feed for OpenWRT available for alfred:
1. add the alfred feed by adding the following line into your feeds.conf:
- src-git batman git://git.open-mesh.org/openwrt-feed-devel.git +<pre> +src-git batman git://git.open-mesh.org/openwrt-feed-devel.git +</pre>
2. Update and install the feed:
- ./scripts/feeds update +<pre> +./scripts/feeds update ./scripts/feeds install alfred +</pre>
-3. Run "make menuconfig" and select alfred (available under "Network --->") +3. Run "@make menuconfig@" and select alfred (available under "@Network --->@")
Finally, re-build Openwrt and enjoy using alfred! :) \ No newline at end of file