Skip to content
Snippets Groups Projects
  1. Jul 14, 2023
  2. Jun 30, 2023
    • Michal Vasilek's avatar
      patches/openwrt: Linux kernel: update to version 5.15.118 · d3ef8d2f
      Michal Vasilek authored
      Manually rebased:
      	backport-5.15/346-v5.18-01-Revert-ata-ahci-mvebu-Make-SATA-PHY-optional-for-Arm.patch
      	backport-5.15/603-v5.19-page_pool-Add-recycle-stats-to-page_pool_put_page_bu.patch
      	pending-5.15/723-net-mt7531-ensure-all-MACs-are-powered-down-before-r.patch*
      
      Removed upstreamed:
      	backport-5.15/705-12-v6.0-net-dsa-mt7530-rework-mt753-01-_setup.patch[2]
      	backport-5.15/703-10-v5.16-net-dsa-introduce-helpers-for-iterating-through-port.patch[4]
      Verified
      d3ef8d2f
  3. Jun 28, 2023
  4. Jun 26, 2023
  5. Jun 21, 2023
  6. Jun 05, 2023
  7. Jun 02, 2023
  8. May 24, 2023
  9. May 22, 2023
  10. May 18, 2023
  11. May 17, 2023
  12. May 12, 2023
  13. May 03, 2023
  14. Apr 26, 2023
  15. Apr 18, 2023
  16. Apr 05, 2023
  17. Apr 04, 2023
  18. Apr 03, 2023
  19. Mar 30, 2023
  20. Mar 21, 2023
    • Martin Matějek's avatar
      README.adoc: add "libyaml-dev" to debian dependencies · a4aa5e55
      Martin Matějek authored
      Debian package `libyaml-dev` is required on build host to successfully build package `kernel/linux`.
      
      Otherwise we will get following errors:
      
      mltree.o -L/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lyaml
      /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.so when searching for -lyaml
      /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.a when searching for -lyaml
      /usr/bin/ld: cannot find -lyaml
      /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.so when searching for -lyaml
      collect2: error: ld returned 1 exit status
      time: package/kernel/linux/compile#2.05#0.33#2.39
          ERROR: package/kernel/linux failed to build.
      Verified
      a4aa5e55
  21. Mar 20, 2023
  22. Mar 06, 2023
  23. Mar 02, 2023
  24. Feb 27, 2023
  25. Feb 23, 2023
  26. Feb 22, 2023
  27. Feb 21, 2023
    • Michal Vasilek's avatar
      patches/openwrt: add mysqld to services_wanted · 76cadefe
      Michal Vasilek authored
      Nextcloud needs mysqld
      
      (cherry picked from commit af6587e7)
      Verified
      76cadefe
    • Michal Hrusecky's avatar
      config: Optimize for speed not size · 737ab279
      Michal Hrusecky authored and Michal Vasilek's avatar Michal Vasilek committed
      We don't care that much about binary sizes. What we care much more about
      is performance.
      
      These optimizations are not available for Turris 1.x
      
      Example from openssl benchmark on Turris Omnia:
      
      -blowfish cbc     31828.77k    34072.13k    34575.86k    34862.61k    34960.07k    34880.97k
      +blowfish cbc     44087.01k    48574.86k    50495.69k    50045.71k    50657.71k    50395.53k
      
      -aes-256 cbc      34569.29k    36977.21k    38553.42k    38331.73k    38312.02k    38460.17k
      +aes-256 cbc      37079.18k    40329.57k    41345.76k    41927.39k    41947.61k    41910.39k
      Verified
      737ab279
  28. Feb 20, 2023