Skip to content
Snippets Groups Projects
  1. Apr 24, 2023
    • Tom Herbers's avatar
      ath79-generic: switch Wave2 firmware to -ct · e427f091
      Tom Herbers authored
      This partially reverts commit 22c47df2.
      
      Devices in ath79-generic like the TP-Link EAP225-Outdoor v1 are really
      unstable with the non -ct Wave2 firmware and regulary crash with 100% memory
      consumption when only a handful devices are connected via 5 GHz.
      
      closes freifunk-gluon/gluon#2827
      
      (cherry picked from commit 4badb270)
      e427f091
  2. Apr 21, 2023
  3. Apr 20, 2023
  4. Apr 19, 2023
  5. Apr 16, 2023
    • Grische's avatar
      ipq40xx-generic: add AVM FRITZBox 7520 explicitely · bd343c73
      Grische authored
      AVM Fritz!Box 7520 and Fritz!Box 7530 use the same hardware platform and can
      only be distinguished by using the urlader partition or the fritz-tffs tools
      and read the ProductID (Fritz_Box_HW247).
      
      (cherry picked from commit 5888a50c)
      bd343c73
  6. Apr 13, 2023
    • Tom Herbers's avatar
      63e52a21
    • David Bauer's avatar
      46b256d0
    • Steffen Förster's avatar
      ramips-mt7621: add GL.iNet MT1300 · 1ef72ba2
      Steffen Förster authored
      The GL-MT1300 is a high-performance new generation pocket-sized router
      that offers a powerful hardware and first-class cybersecurity protocol
      with unique and modern design.
      
      Specifications:
      - SoC: MT7621A, Dual-Core @880MHz
      - RAM: 256 MB DDR3
      - Flash: 32 MB
      - Ethernet: 3 x 10/100/1000: 2 x LAN + 1 x WAN
      - Wireless: 1 x MT7615D Dual-Band 2.4GHz(400Mbps) + 5GHz(867Mbps)
      - USB: 1 x USB 3.0 port
      - Slot: 1 x MicroSD card slot
      - Button: 1 x Reset button
      - Switch: 1 x Mode switch
      - LED: 1 x Blue LED + 1 x White LED
      
      MAC addresses based on vendor firmware:
      WAN : factory 0x4000
      LAN : Mac from factory 0x4000 + 1
      2.4GHz : factory 0x4
      5GHz : Mac form factory 0x4 + 1
      
      Flashing instructions:
      1.Connect to one of LAN ports.
      2.Set the static IP on the PC to 192.168.1.2.
      3.Press the Reset button and power the device (do not release the button).
        After waiting for the blue led to flash 5 times, the white led will
        come on and release the button.
      4.Browse the 192.168.1.1 web page and update firmware according to web
        tips.
      5.The blue led will flash when the firmware is being upgraded.
      6.The blue led stops blinking to indicate that the firmware upgrade is
        complete and U-Boot automatically starts the firmware.
      1ef72ba2
  7. Apr 07, 2023
  8. Mar 19, 2023
  9. Mar 08, 2023
  10. Feb 26, 2023
  11. Feb 22, 2023
    • Sven Eckelmann's avatar
      ath79-generic: Work around boot hang on Unifi AC-Mesh · 73ddf5b4
      Sven Eckelmann authored
      It looks like boot hangs on an AC-Mesh for unknown reasons. The last
      message seen on the console is:
      
          [    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
      
      But interestingly, it seems like enabling AIO somehow works around this
      problem. Changing any off the following options seem to have the same
      effect at the moment for Linux 5.10.160+5.10.161
      
          # CONFIG_KERNEL_AIO is not set
          # CONFIG_KERNEL_CGROUPS is not set
          # CONFIG_KERNEL_FANOTIFY is not set
          # CONFIG_KERNEL_FHANDLE is not set
          # CONFIG_KERNEL_IO_URING is not set
          # CONFIG_KERNEL_IPV6_MROUTE is not set
          # CONFIG_KERNEL_IPV6_SEG6_LWTUNNEL is not set
          # CONFIG_KERNEL_IP_MROUTE is not set
          CONFIG_KERNEL_PROC_STRIPPED=y
      
      Just enable CONFIG_AIO until the actual problem was fixed.
      
      Link: https://github.com/freifunk-gluon/gluon/issues/2784
      
      (cherry picked from commit 536c771f)
      73ddf5b4
  12. Oct 17, 2022
  13. Oct 11, 2022
  14. Sep 19, 2022
  15. Sep 15, 2022
  16. Aug 30, 2022
  17. Aug 27, 2022
  18. Aug 16, 2022
  19. Aug 13, 2022
  20. Aug 11, 2022
  21. Jul 21, 2022
  22. Jul 18, 2022
    • J. Burfeind's avatar
      ath79-generic: (re)add wzr-hp-g300nh-s (#2551) · 08cbee99
      J. Burfeind authored
      Note: Buffalo has introduced hardware changes without bumping the
      revision number. 19.07 did not support the rb-variant so there's no need
      to implement a migration for the rb-variant.
      Every g300nh supported by Gluon should either be the s-variant or
      been flashed wrongly.
      
      Gone due to
      commit 45c84a11 ("ar71xx: drop target")
      Unverified
      08cbee99
  23. Jul 17, 2022
  24. Jul 16, 2022
  25. Jul 10, 2022
    • Linus Lüssing's avatar
      ath79-generic: (re)add support for ALFA Network AP121F · 4cbd748e
      Linus Lüssing authored
      
      Gone due to
      commit 45c84a11 ("ar71xx: drop target")
      
      Note that it was wrongly marked as device class tiny in
      commit 7fd7116e ("targets: add device-class flags") in the past,
      the device has 64MB RAM and not 32MB.
      
      Also, the device has no "led-running" assigned in DTS. The device has
      three LEDs: "green:vpn", "green:lan" and "green:wlan". The first LED,
      "green:vpn", has a "V" icon and was used to show the VPN connection
      status in the vendor firmware. This LED will be used via the newly
      added "led-boot" fallback in gluon-setup-mode. But will be unused
      during normal operation due to the unassigned "led-running" in DTS.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      4cbd748e
Loading