Commit Graph

88 Commits

Author SHA1 Message Date
alexander eickhoff
a6f67f2d81 Add support for WNDR3700v1
Signed-off-by: flokli <florian@darmstadt.freifunk.net>
2015-01-12 17:24:51 +01:00
Martin Weinelt
348a819711 Add support for Netgear WNDR3700/3800
Signed-off-by: flokli <florian@darmstadt.freifunk.net>
2015-01-12 17:24:51 +01:00
CodeFetch
bc118e1099 Added support for D-Link DIR-615 C1 2015-01-06 22:02:59 +01:00
Nils Schneider
db6b22cec7 vocore: do not look for factory image (there is none) 2015-01-03 05:40:46 +01:00
Nils Schneider
51a1fb7b6e Merge branch 'master' into vocore 2015-01-03 05:38:33 +01:00
Matthias Schiffer
cfbfc06bc4 Remove commented out profile for D-Link DIR-615 rev. E1 2014-12-15 00:51:08 +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
ab729ed307 Add support for TP-LINK CPE210/220/510/520 2014-11-26 21:35:15 +01:00
Nils Schneider
6e03d14d6d basic support for VoCore
This still needs some work:

- there's no factory image causing `make images` to fail
- VoCore can not support BSS and IBSS at the same time
- multi-BSS mode (e.g. mesh + BSS) works if the macs only
  differ in the last 3 bits. Gluon expects to choose both MACs freely,
  though, so after flashing the image one should reset the wifi MACs.
  This is further complicated as VoCores have their MACs assigned
  without gaps making collisions likely.
- there are no buttons nor ethernet ports (without the dock, that is),
  so config-mode will not be possible as is
2014-11-15 13:57:30 +01: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
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
Matthias Schiffer
18a20df703 Fix Buffalo WZR-HP-AG300H/WZR-600DHP image name 2014-10-12 16:53:23 +02:00
Matthias Schiffer
72f6b85393 Update kernel configs and references to Barrier Breaker final
mpc85xx and x86 are unchanged since rc3.
2014-10-07 19:36:02 +02:00
Kokel
abc189b337 add support for Buffalo WZR-HP-AG300H 2014-10-05 16:06:13 +02:00
Matthias Schiffer
83f62c159e TL-WR710N v1: remove BROKEN 2014-09-01 18:45:04 +02:00
Matthias Schiffer
d3aecbfc6c Add support for the TL-WR710N v1 (untested) 2014-08-28 21:12:43 +02:00
Matthias Schiffer
33a1f2c78e Add support for TP-Link TL-MR3040 v2 2014-08-19 21:15:54 +02:00
Matthias Schiffer
35bb4963df Update kernel configs to 14.07-rc3 2014-08-18 20:26:35 +02:00
Matthias Schiffer
54f577e931 Add experimental support for the Ubiquiti UniFi AP Pro 2014-08-17 19:55:45 +02:00
Matthias Schiffer
70e72db074 Add experimental support for the TP-Link Archer C7 v2 2014-08-16 18:31:55 +02:00
Matthias Schiffer
6d1fa648e7 Add support for TL-WA801N/ND v2 (tested) 2014-08-14 19:02:49 +02:00
Matthias Schiffer
d4b0ca5434 TL-WR703N: Remove BROKEN flag 2014-08-14 18:55:26 +02:00
Matthias Schiffer
c035ad0574 Remove BROKEN for mpc85xx-generic target 2014-08-08 20:17:30 +02:00
Matthias Schiffer
024d3e3c99 Add experimental support for the TL-WDR4900 (MPC85xx target) 2014-08-08 17:57:18 +02:00
Matthias Schiffer
e53f3102a7 Add support for TL-WR1043N/ND v2 2014-08-07 16:21:56 +02:00
Matthias Schiffer
e164bac87a Switch to Barrier Breaker 2014-08-07 16:21:56 +02:00
Matthias Schiffer
40286cfb04 Add experimental support for the TL-WR703N 2014-08-04 23:55:36 +02:00
Matthias Schiffer
b3158fb51d Add support for the Buffalo WZR-HP-G450H 2014-08-04 20:34:08 +02:00
Matthias Schiffer
59bb4247c9 ar71xx: disable building u-boot for ZyXEL devices
The u-boot package has some issues causing its build to fail under certain
circumstances. As we don't support the ZyXEL devices it's used for anyways, just
don't build it anymore.
2014-07-25 18:23:02 +02:00
Matthias Schiffer
b5b2228103 WRT160NL: remove BROKEN flag 2014-06-30 23:09:59 +02:00
Matthias Schiffer
643eaad9e7 Add support for the Linksys WRT160NL (marked as broken until it has been tested) 2014-06-26 23:18:46 +02:00
Matthias Schiffer
02fb2817f3 Remove BROKEN flag from TL-WR842N/ND v2 and TL-MR3420 v2 2014-06-21 00:15:26 +02:00
Matthias Schiffer
ff4a030eb3 Disable images and targets which aren't known to work by default
They can still be enabled by supplying BROKEN=1.
2014-06-06 19:27:16 +02:00
Matthias Schiffer
a7a426ca75 Enable ath9k debugfs support 2014-06-06 09:06:26 +02:00
Matthias Schiffer
1332ce24bb Add support for D-Link DIR-615 rev. E1 2014-05-21 23:39:14 +02:00
Matthias Schiffer
356ab27073 Some (unfinished) x86 support 2014-05-21 20:21:32 +02:00
Matthias Schiffer
8644bfbc18 More multi-target support (still not finished...) 2014-05-10 11:52:06 +02:00
Matthias Schiffer
3b8ad88ce4 Some work towards multi-target support 2014-05-09 15:02:46 +02:00