Skip to content
Snippets Groups Projects
  1. Jan 19, 2018
  2. Jan 18, 2018
  3. Jun 27, 2017
  4. Apr 12, 2017
  5. Feb 24, 2017
  6. Sep 07, 2016
  7. Jul 10, 2016
  8. Jun 22, 2016
  9. Jun 17, 2016
  10. May 23, 2016
  11. May 13, 2016
  12. Apr 27, 2016
    • lemoer's avatar
      Change MAC schema generation (#715) · c73a12e0
      lemoer authored
      While ath9k/ath10k devices can supprt VIFs with any combination of MAC addresses, there are also adapters which have a hardware MAC filter which only allows a few bits to differ. This commit changes the addresses of all VIFs to ony differ in the last 3 bits, which is required to support many Ralink/Mediatek based WLAN adapters.
      
      Technically, the new addresses are generated by calculating an MD5 hash of the primary MAC address and using a part of this hash as a prefix for the MAC addresses.
      
      The addresses (BSSIDs) of the AP VIFs are also reused for the LAN and WAN interfaces in mesh-on-LAN/WAN mode to reduce the number of needed addresses, and thus reduce the chance of collisions. This is not a problem as the MAC addresses of the AP VIFs are never used except as BSSID, and thus not seen by routing protocols like batman-adv.
      
      Fixes #648
      
      [Matthias Schiffer: rewrote commit message]
      c73a12e0
  13. Apr 24, 2016
  14. Apr 22, 2016
  15. Apr 03, 2016
  16. Apr 02, 2016
  17. Mar 08, 2016
  18. Feb 10, 2016
    • Kokel's avatar
      gluon-core: add preserve wifi channels feature · 388d264f
      Kokel authored
      This new feature introduces the new uci section 'gluon-core.wireless' with a preserve_channels option:
       * preserve_channels (boolean)
      
      By setting this option to 1 (true) wifi channels will be preserved during upgrades.
      388d264f
  19. Jan 02, 2016
  20. Oct 28, 2015
  21. Oct 27, 2015
  22. Oct 26, 2015
    • Matthias Schiffer's avatar
      Merge gluon-radio-config into gluon-core · 22130e84
      Matthias Schiffer authored
      gluon-radio-config contained only a single file. The code has been adjusted
      to allow creating a Gluon configuration without WLAN support by removing
      the wifi24 and wifi5 sections from site.conf.
      22130e84
  23. Oct 14, 2015
  24. Sep 13, 2015
  25. Sep 02, 2015
  26. Aug 18, 2015
    • Nils Schneider's avatar
      gluon-radio-config: basic wireless configuration · 177086b8
      Nils Schneider authored
      Split basic radio configuration from gluon-mesh-batman-adv as this will
      be required for virtually any wireless mesh protocol.
      
      This package takes care of setting:
      
        - wireless channel,
        - htmode and
        - regulatory domain
      
      gluon-mesh-batman-adv-core depends on this package.
      177086b8
  27. Jul 18, 2015
  28. Jul 10, 2015
  29. May 21, 2015
  30. Apr 27, 2015
  31. Apr 07, 2015
  32. Mar 21, 2015
    • Jan-Philipp Litza's avatar
      Allow empty hostname prefix · 335026af
      Jan-Philipp Litza authored
      In Bremen it has been noted that a prefix may lead people to believe it
      has to stay there and thus naming their nodes "ffhb-*", which is not
      what the community wants (see FreifunkBremen/gluon-site-ffhb#1).
      
      However, an empty prefix lead to the connecting hyphen still being
      inserted. This commit thus makes the hyphen part of the configured
      prefix and allows the prefix to be missing from the `site.conf`.
      335026af
Loading