Skip to content
Snippets Groups Projects
  1. Jul 13, 2021
    • David Bauer's avatar
      gluon-core: delete all network device sections (#2263) · 5ec8676b
      David Bauer authored
      
      Delete all default network device sections upon first boot.
      
      Only LAN & WAN networks are defined at this point. We are using the
      legacy way of definiting bridges via the interface sections ifname
      option.
      
      The prior filtering was based upon a single device and didn't take into
      consideration that DSA interface names can be named arbitrarily.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      5ec8676b
  2. Jul 01, 2021
  3. Jun 29, 2021
  4. Jun 26, 2021
  5. Jun 21, 2021
  6. Jun 15, 2021
  7. May 05, 2021
  8. Apr 27, 2021
  9. Mar 07, 2021
  10. Jan 13, 2021
  11. Jan 10, 2021
  12. Jan 09, 2021
  13. Dec 29, 2020
  14. Nov 11, 2020
  15. Oct 05, 2020
    • Steffen Förster's avatar
      ramips-mt7620: add support for Netgear EX3700/EX3800 · 954f31a7
      Steffen Förster authored
      Specifications:
      * SoC: MT7620A
      * RAM: 64 MB DDR
      * Flash: 8MB NOR SPI flash
      * WiFi: MT7612E (5Ghz) and builtin MT7620A (2.4GHz)
      * LAN: 1x100M
      
      The -factory images can be flashed from the device's web
      interface or via nmrpflash.
      
      Both devices differ by a additional power outlet for the EX3800.
      This patch has been tested on a EX3800 device.
      954f31a7
  16. Sep 17, 2020
  17. Sep 13, 2020
    • David Bauer's avatar
      treewide: rename local_client zone (#2115) · 5b068d7c
      David Bauer authored
      This renames the local_client zone to loc_client, as local_clint exceeds
      the maximum zone length allowed for firewall3, which is 11 bytes.
      
      This worked previously due to firewall3 using unsafe string operations.
      Now creation of the chain fails (latest OpenWrt master).
      5b068d7c
  18. Aug 19, 2020
  19. Aug 14, 2020
    • Matthias Schiffer's avatar
      gluon-core: run firewall upgrade script after basic network setup (#2091) · de5ebfa4
      Matthias Schiffer authored
      Reorder scripts so that the mesh_lan interface is accounted for.
      
      Two other firewall upgrade scripts (mesh-babel and l3roamd) are
      reordered as well. While there seems to be no hard dependency at the
      moment, it makes sense to run the basic setup first, also to avoid
      problems with future changes.
      
      Closes: #2090
      Fixes: ed094bc6 ("gluon-core: firewall: Allow custom gluon_wired interfaces (#2041)")
      de5ebfa4
  20. Jul 13, 2020
  21. Jul 05, 2020
  22. Jul 02, 2020
  23. Jun 30, 2020
  24. Jun 21, 2020
  25. Jun 14, 2020
  26. Jun 12, 2020
  27. Jun 11, 2020
  28. Jun 10, 2020
  29. Jun 07, 2020
    • Matthias Schiffer's avatar
      gluon-core: create disabled mesh interface sections in outdoor mode · e6491287
      Matthias Schiffer authored
      The interfaces should always exist and just be disabled when outdoor
      mode is enabled. Not creating them at all leads to an issue in the
      advanced wifi settings where an additional reload of the page is
      necessary after enabling or disabling the ourdoor mode to make the mesh
      VIF options appear or disappear.
      
      (cherry picked from commit b15b008e)
      e6491287
  30. Jun 06, 2020
    • Matthias Schiffer's avatar
      gluon-core: create disabled mesh interface sections in outdoor mode · b15b008e
      Matthias Schiffer authored
      The interfaces should always exist and just be disabled when outdoor
      mode is enabled. Not creating them at all leads to an issue in the
      advanced wifi settings where an additional reload of the page is
      necessary after enabling or disabling the ourdoor mode to make the mesh
      VIF options appear or disappear.
      b15b008e
Loading