Skip to content
Snippets Groups Projects
  1. Mar 05, 2023
  2. Feb 25, 2023
  3. 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
  4. Jan 25, 2023
  5. Jan 20, 2023
  6. Jan 15, 2023
  7. Jan 10, 2023
  8. Jan 04, 2023
  9. Jan 02, 2023
  10. Dec 29, 2022
  11. Dec 18, 2022
  12. 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
      Unverified
      41b8ecd6
  13. Dec 09, 2022
  14. Dec 05, 2022
  15. Nov 15, 2022
  16. Nov 10, 2022
  17. Nov 08, 2022
  18. Oct 31, 2022
  19. 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
  20. Oct 15, 2022
  21. Oct 11, 2022
  22. Oct 08, 2022
  23. Sep 12, 2022
  24. Aug 30, 2022
  25. Aug 27, 2022
  26. Aug 16, 2022
  27. Aug 13, 2022
  28. Aug 11, 2022
  29. Jul 21, 2022
  30. 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
  31. Jul 17, 2022
Loading