<div dir="ltr"><div>:-P ja exotisch im Sinne von: "99% der für Freifunk genutzen Geräte sind mit <font face="monospace, monospace">GLUON_TARGET=ar71xx-generic </font>abgedeckt."<br></div>Vielleicht bau ich auch noch alle und leg sie nach, aber je mehr Leute selber bauen um so besser.<br></div><div class="gmail_extra"><br><div class="gmail_quote">Am 28. April 2016 um 12:28 schrieb Andre Schneider <span dir="ltr"><<a href="mailto:sethanx@gmail.com" target="_blank">sethanx@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>exotischere Hardware )))<br><br></div>x86 werde dann am Wochenende backen für Köln.<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">Am 28. April 2016 um 08:02 schrieb Simon Müller <span dir="ltr"><<a href="mailto:simon.f.mueller@gmail.com" target="_blank">simon.f.mueller@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi Freifunkas,<br><br>gestern wurde Gluon v2016.1.4 als <span style="font-size:12.8px">maintenance </span>Release veröffentlicht. Hauptsächlich wurden alle WLAN Treiber in Gluon auf den neuesten Stand gebracht, was die Stabilität erhöhen soll.<br>Die Releasenotes sind zu finden unter<div><a href="http://gluon.readthedocs.org/en/v2016.1.4/releases/v2016.1.4.html" rel="noreferrer" style="font-size:12.8px" target="_blank">http://gluon.readthedocs.org/en/v2016.1.4/releases/v2016.1.4.html</a><br style="font-size:12.8px"><br style="font-size:12.8px"></div><div>Ich hab das Release mal gebaut und online gestellt. Wer möchte kann es testen (im Ordner "2016.1.4.experimental"):<br><a href="https://goo.gl/9EBESD" target="_blank">https://goo.gl/9EBESD</a><br></div><div><br></div><div>Oder wer, falls du grade eine Linux Shell auf hast, kannst das Release auch selber bauen indem du das hier eintippst:</div><div><br></div><div>Bonn:<br><div><font face="monospace, monospace">sudo apt-get install git subversion build-essential gawk unzip libncurses5-dev zlib1g-dev python libssl-dev</font></div><div><font face="monospace, monospace">git clone <a href="https://github.com/freifunk-gluon/gluon.git" target="_blank">https://github.com/freifunk-gluon/gluon.git</a> gluon -b v2016.1.x</font></div><div><font face="monospace, monospace">cd gluon</font></div><div><font face="monospace, monospace">git clone <a href="https://github.com/Gammelknup/site-ffkbu" target="_blank">https://github.com/Gammelknup/site-ffkbu</a> site -b v2016.1</font></div><div><font face="monospace, monospace">make update</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><br></div><div>Köln:<br><div><font face="monospace, monospace">sudo apt-get install git subversion build-essential gawk unzip libncurses5-dev zlib1g-dev python libssl-dev</font></div><div><font face="monospace, monospace">git clone <a href="https://github.com/freifunk-gluon/gluon.git" target="_blank">https://github.com/freifunk-gluon/gluon.git</a> gluon -b v2016.1.x</font></div><div><font face="monospace, monospace">cd gluon</font></div><div><font face="monospace, monospace">git clone <a href="https://github.com/Gammelknup/site-ffkbuk" target="_blank">https://github.com/Gammelknup/site-ffkbuk</a> site -b v2016.1</font></div><div><font face="monospace, monospace">make update</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental BROKEN=1 V=s</font></div></div><div><br></div><div>Umland:<br><div><font face="monospace, monospace">sudo apt-get install git subversion build-essential gawk unzip libncurses5-dev zlib1g-dev python libssl-dev</font></div><div><font face="monospace, monospace">git clone <a href="https://github.com/freifunk-gluon/gluon.git" target="_blank">https://github.com/freifunk-gluon/gluon.git</a> gluon -b v2016.1.x</font></div><div><font face="monospace, monospace">cd gluon</font></div><div><font face="monospace, monospace">git clone <a href="https://github.com/Gammelknup/site-ffkbuu" target="_blank">https://github.com/Gammelknup/site-ffkbuu</a> site -b v2016.1</font></div><div><font face="monospace, monospace">make update</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental BROKEN=1 V=s</font></div></div><div><font face="monospace, monospace"><br></font></div><div><br></div><div>für exotischere Hardware kann man noch diese Targets bauen:</div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=ar71xx-nand GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=brcm2708-bcm2708 GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=brcm2708-bcm2709 GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=mpc85xx-generic GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=ramips-rt305x GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=sunxi GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=x86-64 GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=x86-generic GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=x86-kvm_guest GLUON_BRANCH=experimental BROKEN=1 V=s</font></div><div><font face="monospace, monospace">make -j2 GLUON_TARGET=x86-xen_domu GLUON_BRANCH=experimental BROKEN=1 V=s</font></div></div><div><font face="monospace, monospace"><br></font></div><div>LG, Simon<font face="monospace, monospace"><br></font></div></div>
<br></div></div><span class="HOEnZb"><font color="#888888">--<br>
_______________________________________________<br>
Freifunk-Bonn mailing list<br>
<a href="mailto:Freifunk-Bonn@lists.kbu.freifunk.net" target="_blank">Freifunk-Bonn@lists.kbu.freifunk.net</a><br>
<a href="https://lists.kbu.freifunk.net/cgi-bin/mailman/listinfo/freifunk-bonn" rel="noreferrer" target="_blank">https://lists.kbu.freifunk.net/cgi-bin/mailman/listinfo/freifunk-bonn</a><br>
<br></font></span></blockquote></div><br></div>
<br>--<br>
_______________________________________________<br>
Freifunk-Bonn mailing list<br>
<a href="mailto:Freifunk-Bonn@lists.kbu.freifunk.net">Freifunk-Bonn@lists.kbu.freifunk.net</a><br>
<a href="https://lists.kbu.freifunk.net/cgi-bin/mailman/listinfo/freifunk-bonn" rel="noreferrer" target="_blank">https://lists.kbu.freifunk.net/cgi-bin/mailman/listinfo/freifunk-bonn</a><br>
<br></blockquote></div><br></div>