Skip to main content
Sign in
Snippets Groups Projects

Commits · c2fc4e5a97cdf7191286b7a89ab91ce4ef062768

  1. Oct 26, 2023
  2. Oct 20, 2023
  3. Oct 16, 2023
  4. Oct 12, 2023
  5. Sep 29, 2023
  6. Sep 04, 2023
  7. Aug 27, 2023
  8. Aug 26, 2023
  9. Aug 22, 2023
  10. Aug 21, 2023
  11. Jul 03, 2023
  12. Jul 02, 2023
  13. Jun 21, 2023
  14. Jun 16, 2023
  15. Jun 15, 2023
  16. Jun 06, 2023
  17. May 21, 2023
  18. May 05, 2023
  19. May 04, 2023
  20. Apr 30, 2023
  21. Apr 13, 2023
  22. Apr 12, 2023
  23. Apr 09, 2023
  24. Apr 07, 2023
  25. Mar 25, 2023
  26. Mar 19, 2023
  27. Mar 11, 2023
  28. Mar 05, 2023
  29. Feb 25, 2023
  30. 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
  31. Jan 31, 2023
  32. Jan 25, 2023
  33. Jan 20, 2023
  34. Jan 15, 2023
  35. Jan 10, 2023
  36. Jan 04, 2023
  37. Jan 02, 2023
  38. Dec 29, 2022
  39. Dec 18, 2022
  40. 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
  41. Dec 09, 2022
  42. Dec 05, 2022
  43. Nov 15, 2022
  44. Nov 10, 2022
  45. Nov 08, 2022
  46. Oct 31, 2022
  47. 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
  48. Oct 15, 2022
  49. Oct 11, 2022
  50. Oct 08, 2022
  51. Sep 12, 2022
  52. Aug 30, 2022
  53. Aug 27, 2022
  54. Aug 16, 2022
  55. Aug 13, 2022
  56. Aug 11, 2022
  57. Jul 21, 2022
  58. 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
Loading