Skip to content
Snippets Groups Projects
  1. May 05, 2023
  2. May 04, 2023
  3. Apr 13, 2023
  4. 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
  5. Apr 09, 2023
  6. Apr 07, 2023
  7. Mar 25, 2023
  8. Mar 19, 2023
  9. 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
  10. Mar 05, 2023
  11. Feb 25, 2023
  12. 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
  13. Jan 31, 2023
  14. Jan 25, 2023
  15. Jan 20, 2023
  16. Jan 15, 2023
  17. Jan 10, 2023
  18. Jan 04, 2023
  19. Jan 02, 2023
  20. Dec 29, 2022
  21. Dec 18, 2022
  22. 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
  23. Dec 09, 2022
  24. Dec 05, 2022
  25. Nov 15, 2022
  26. Nov 10, 2022
  27. Nov 08, 2022
  28. Oct 31, 2022
  29. Oct 21, 2022
    • Grische's avatar
      ipq40xx-generic: add AVM FRITZBox 7520 explicitely · 5888a50c
      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).
      5888a50c
  30. Oct 15, 2022
  31. Oct 11, 2022
  32. Oct 08, 2022
  33. Sep 12, 2022
Loading