Skip to content
Snippets Groups Projects
  1. Mar 15, 2015
  2. Mar 14, 2015
  3. Mar 13, 2015
  4. Mar 10, 2015
  5. Mar 09, 2015
  6. Mar 07, 2015
  7. Mar 03, 2015
  8. Feb 23, 2015
  9. Feb 18, 2015
    • Frnk Snck's avatar
      Add support for ALLNET ALL0315N · 754e4af1
      Frnk Snck authored
      Built, flashed and successully tested. This patch takes advantage of patch freifunk-gluon@e93173c which solved issue freifunk-gluon#226 by introducing "GluonProfileFactorySuffix". Packages are separated by a space, not a comma. The ALL0315N initially has a OpenWRT based firmware and there is no need for a factory image. The sysupgrade can be flashed instantly.
      754e4af1
  10. Feb 17, 2015
  11. Feb 09, 2015
  12. Feb 08, 2015
  13. Feb 06, 2015
  14. Feb 03, 2015
  15. Jan 29, 2015
  16. Jan 26, 2015
  17. Jan 25, 2015
  18. Jan 24, 2015
  19. Jan 22, 2015
  20. Jan 21, 2015
  21. Jan 16, 2015
  22. Jan 12, 2015
  23. Jan 06, 2015
  24. Jan 03, 2015
  25. Dec 14, 2014
  26. Nov 26, 2014
  27. Nov 15, 2014
    • Nils Schneider's avatar
      basic support for VoCore · 6e03d14d
      Nils Schneider authored
      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
      6e03d14d
  28. Oct 17, 2014
    • Leonard Penzer's avatar
      Adding support for TL-WA850RE · 396f5ded
      Leonard Penzer authored
      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
      396f5ded
Loading