Skip to content
Snippets Groups Projects
  1. Aug 27, 2023
  2. Aug 26, 2023
  3. Aug 22, 2023
  4. Aug 21, 2023
  5. Jul 03, 2023
  6. Jul 02, 2023
  7. Jun 21, 2023
  8. Jun 16, 2023
  9. Jun 15, 2023
  10. Jun 06, 2023
  11. May 21, 2023
  12. May 05, 2023
  13. May 04, 2023
  14. Apr 30, 2023
  15. Apr 13, 2023
  16. Apr 12, 2023
    • Tom Herbers's avatar
      ath79-generic: switch Wave2 firmware to -ct · 4badb270
      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
      Unverified
      4badb270
  17. Apr 09, 2023
  18. Apr 07, 2023
  19. Mar 25, 2023
  20. Mar 19, 2023
  21. Mar 11, 2023
    • Steffen Förster's avatar
      ramips-mt7621: add GL.iNet MT1300 · 2c221bac
      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.
      2c221bac
  22. Mar 05, 2023
  23. Feb 25, 2023
  24. Feb 20, 2023
    • Sven Eckelmann's avatar
      ath79-generic: Work around boot hang on Unifi AC-Mesh · 536c771f
      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
      536c771f
  25. Jan 31, 2023
  26. Jan 25, 2023
  27. Jan 20, 2023
Loading