Commit Graph

519 Commits

Author SHA1 Message Date
Nils Schneider
5860f81737 Merge pull request #237 from fusselkater/master
Add Münster
2014-11-27 13:02:19 +01:00
fusselkater
e9a05b2731 Add Münster 2014-11-27 12:34:48 +01:00
Matthias Schiffer
4113b17746 Add support for Ubiquiti NanoStation and Loco M XW (marked as broken for now) 2014-11-26 23:57:34 +01:00
Matthias Schiffer
6a0e50aed4 Update Gluon packages 2014-11-26 23:32:30 +01:00
Matthias Schiffer
ab729ed307 Add support for TP-LINK CPE210/220/510/520 2014-11-26 21:35:15 +01:00
Matthias Schiffer
6f14837b91 Fix image and manifest generation when multiple Gluon images correspond to a single OpenWrt image 2014-11-26 21:34:50 +01:00
Matthias Schiffer
5b16b5737e Update Gluon modules 2014-11-26 21:34:33 +01:00
NeoRaider
a1aefeb3aa Merge pull request #234 from ffruhr/ruhrgebiet
add Ruhrgebiet
2014-11-22 15:50:13 +01:00
Philip Berndroth
5bfbf595aa add Ruhrgebiet 2014-11-22 15:47:21 +01:00
Nils Schneider
b7187df661 Merge pull request #229 from mmalte/contribute
added links to Rheinland and Stuttgart
2014-11-20 18:32:36 +01:00
Malte
30987f4613 added links to Rheinland and Stuttgart 2014-11-20 17:33:42 +01:00
Matthias Schiffer
db91979550 Update gluon packages 2014-11-17 16:27:27 +01:00
Matthias Schiffer
0cf5d6b7fc Update LuCi packages 2014-11-17 16:26:27 +01:00
Nils Schneider
e0903644bb Update gluon packages 2014-11-17 15:37:03 +01:00
Nils Schneider
42c2d4cc75 Backport uncluttered site-example from 2014.3.x
Closes #217
2014-11-17 15:20:20 +01:00
Nils Schneider
62b063f366 docs/site-example: default to batman-adv-14 2014-11-17 15:19:37 +01:00
Patrick Uven
adad5894b3 Changed example bssid in site.conf to a valid one (in terms of config file parsing) 2014-11-17 15:19:05 +01:00
Nils Schneider
8347527af4 docs: unclutter site-example 2014-11-17 15:18:44 +01:00
Nils Schneider
896c81ccd9 docs: document config-mode modules 2014-11-17 14:50:58 +01:00
Matthias Schiffer
211f2c1259 Update gluon packages 2014-11-17 03:29:16 +01:00
Matthias Schiffer
08ecab23de Revert "Update OpenWrt base and packages"
The ath9k update causes frequent panics, to revert it for now.

This reverts commit a889b1276d.
2014-11-15 22:06:19 +01:00
Matthias Schiffer
246f6751b7 fastd: update to v16 2014-11-15 18:51:02 +01:00
Matthias Schiffer
a889b1276d Update OpenWrt base and packages 2014-11-15 18:49:40 +01:00
Matthias Schiffer
948fcef5db Update Gluon packages 2014-11-13 01:50:17 +01:00
Matthias Schiffer
d42b20e8b8 odhcp6c: always accept RDNSS, independent of the default router lifetime 2014-11-13 01:18:16 +01:00
Matthias Schiffer
26eca3fcd6 Switch to new LuCi feed 2014-11-13 00:52:01 +01:00
Matthias Schiffer
3949cf367d Update OpenWrt core and packages 2014-11-13 00:24:28 +01:00
NeoRaider
91ce22ba95 Merge pull request #227 from FRNK-BK/patch-1
Update hardware.rst
2014-11-13 00:23:37 +01:00
FRNK-BK
2a507f27d2 Update hardware.rst
More information on how to get correct image file naming.
2014-11-12 20:22:59 +01:00
Nils Schneider
a8b7c39078 docs: fix syntax in gluon-authorized-keys 2014-11-06 15:36:50 +01:00
Matthias Schiffer
61346d1e70 Merge remote-tracking branch 'origin/rn-2014.3.1' 2014-10-20 20:59:10 +02:00
Matthias Schiffer
ec88043a58 Update OpenWrt (and packages) 2014-10-19 20:16:09 +02:00
Matthias Schiffer
5592c94b38 Update Gluon packages 2014-10-19 20:16:09 +02:00
Nils Schneider
0ad48e6662 Merge pull request #215 from poldy79/patch-1
Adding support for TL-WA850RE
2014-10-19 18:36:48 +02:00
Matthias Schiffer
d2d1ea36cc Extend v2014.3.1 release notes 2014-10-19 18:31:13 +02:00
poldy79
396f5ded65 Adding support for TL-WA850RE
basic wifi meshing with neighbouring nodes
tested, with TL-WA750RE
 
client WLAN (if applicable)
works
 
client lan on LAN ports (if applicable)
n/a - only 1x Ethernet 

mesh-vpn on WAN port
works 

mesh-on-wan
Not tested

re-entering configmode by pressing the button for >3 seconds
works. 

entering failsafe mode
works 

whether the MAC address seen by Gluon is the one printed on the device
yes
 
Und folgende Kommandos:
tail /lib/gluon/core/sysconfig/*
brctl show
lua -e "print(require('platform_info').get_image_name())"

root@XXX:~# tail /lib/gluon/core/sysconfig/*
==> /lib/gluon/core/sysconfig/primary_mac <==
(macwieaufgerätaufgedruckt)
==> /lib/gluon/core/sysconfig/setup_ifname <==
eth0
==> /lib/gluon/core/sysconfig/wan_ifname <==
eth0


root@XXX:~# brctl show
bridge name	bridge id		STP enabled	interfaces
br-wan		7fff.(primarymac)	no		eth0
br-client		7fff.(primarymac)	no		bat0
							wlan0-1


root@XXXX:~# lua -e "print(require('platform_info').get_image_name())"
tp-link-tl-wa850re-v1
2014-10-17 22:03:34 +02:00
Nils Schneider
cfd4b8cb92 release notes for 2014.3.1 2014-10-17 14:31:12 +02:00
Matthias Schiffer
90c9ebde43 Overwrite opkg.conf to work with the upstream repositories 2014-10-16 20:50:00 +02:00
Nils Schneider
115cff90f8 Merge pull request #209 from poldy79/patch-2
Adding support for TL-WA750RE
2014-10-16 14:48:07 +02:00
Nils Schneider
b9501362ad docs: advise user to checkout a specific release 2014-10-13 12:29:24 +02:00
Nils Schneider
b27e0d540f Merge branch 'FreifunkBremen-master' 2014-10-13 12:26:00 +02:00
Nils Schneider
e4c93d5c9b Merge branch 'master' of https://github.com/FreifunkBremen/gluon into FreifunkBremen-master
Conflicts:
	docs/user/getting_started.rst
2014-10-13 12:24:51 +02:00
Nils Schneider
442e6cdeef Merge branch 'master' of https://github.com/s72785/gluon into s72785-master 2014-10-13 12:23:41 +02:00
poldy79
d0a113dc16 Adding support for TL-WA750RE
I have this little gadget. I've build gluon for this target and it seems that everything works well. Using this thing in the Stuttgart community (currently testing gluon).
2014-10-12 23:53:11 +02:00
Jan-Philipp Litza
9277648302 Simplify git commands in Getting Started 2014-10-12 23:06:48 +02:00
Matthias Schiffer
18a20df703 Fix Buffalo WZR-HP-AG300H/WZR-600DHP image name 2014-10-12 16:53:23 +02:00
Nils Schneider
f0210846db Merge pull request #206 from bioxz/master
Added informations about gluon versions to getting started
2014-10-12 12:37:08 +02:00
Patrick Uven
b21e3b0c95 Some small correction to getting started 2014-10-12 12:19:58 +02:00
Patrick Uven
d8bb316a57 Added informations about gluon versions to getting started 2014-10-12 12:17:02 +02:00
Nils Schneider
b6ab1b6bbf Merge pull request #201 from bioxz/master
Community name change from Freifunk Oldenburg to Freifunk Nordwest
2014-10-09 18:27:05 +02:00