Skip to content
Snippets Groups Projects
  1. Feb 10, 2024
  2. Feb 09, 2024
  3. Jan 11, 2024
  4. Jan 05, 2024
  5. Dec 27, 2023
  6. Dec 23, 2023
  7. Dec 21, 2023
  8. Nov 26, 2023
    • David Bauer's avatar
      ath79-generic: remove Ubiquiti AirMax targets (#3067) · a0f5b4e9
      David Bauer authored
      
      Remove due to ticket #2939
      
      These devices risk being bricked in a way that can not be recovered
      without running full TFTP or serial recovery, as the flash ends up in a
      read-only state with no way of upgrading to a fixed version.
      
      Thus, remove the support for the time being. Don't just flag them as
      BROKEN, as this would deliberately brick these boards when installating
      such an image.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      Unverified
      a0f5b4e9
  9. Nov 07, 2023
  10. Nov 02, 2023
  11. Oct 26, 2023
  12. Oct 16, 2023
  13. Aug 21, 2023
  14. Jul 02, 2023
  15. Jun 15, 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. Mar 19, 2023
  18. Mar 05, 2023
  19. Feb 25, 2023
  20. 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
  21. Jan 02, 2023
  22. Nov 10, 2022
  23. Oct 11, 2022
  24. Oct 08, 2022
  25. Aug 30, 2022
  26. Aug 16, 2022
  27. 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
  28. Jul 16, 2022
  29. Jul 10, 2022
  30. Jul 08, 2022
    • Steffen Förster's avatar
      ath79-generic: add AVM FRITZ!WLAN Repeater 300E support (#2406) · 0cd7af9b
      Steffen Förster authored
      Specifications:
      * SoC: AR7242 (Virian 400MHz)
      * RAM: 64 MB DDR (W9751G6JB-25)
      * Flash: 16MB SPI flash (S25FL129PIF)
      * WiFi: AR9382 (2.4/5GHz) + 2x SE2595L
      * LAN: 1x1000M (PEF7071V)
      
      To install via EVA bootloader, a FTP connection need to be
      established to 192.168.178.1 within the first seconds after power on:
      
        ftp> quote USER adam2
        ftp> quote PASS adam2
        ftp> binary
        ftp> debug
        ftp> passive
        ftp> quote MEDIA FLSH
        ftp> put lede-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin mtd1
      Unverified
      0cd7af9b
Loading