Skip to content
Snippets Groups Projects
  1. Aug 21, 2023
  2. Jul 03, 2023
  3. Jul 02, 2023
  4. Jun 21, 2023
  5. Jun 16, 2023
  6. Jun 15, 2023
  7. Jun 06, 2023
  8. May 21, 2023
  9. May 05, 2023
  10. May 04, 2023
  11. Apr 30, 2023
  12. Apr 13, 2023
  13. 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
      4badb270
  14. Apr 09, 2023
  15. Apr 07, 2023
  16. Mar 25, 2023
  17. Mar 19, 2023
  18. 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
  19. Mar 05, 2023
  20. Feb 25, 2023
  21. 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
  22. Jan 31, 2023
  23. Jan 25, 2023
  24. Jan 20, 2023
  25. Jan 15, 2023
  26. Jan 10, 2023
  27. Jan 04, 2023
  28. Jan 02, 2023
  29. Dec 29, 2022
  30. Dec 18, 2022
  31. Dec 13, 2022
    • Matthias Schiffer's avatar
      x86: switch to EFI-compatible images · 41b8ecd6
      Matthias Schiffer authored
      The main difference between the non-EFI and EFI images generated by
      OpenWrt is that the former uses an MS-DOS partition table, while the
      latter uses GPT. The EFI images still have a BIOS-compatible MBR, so
      they work fine on non-EFI systems.
      
      Closes #2403
      41b8ecd6
  32. Dec 09, 2022
  33. Dec 05, 2022
  34. Nov 15, 2022
  35. Nov 10, 2022
Loading