Skip to content
Snippets Groups Projects
  1. Aug 18, 2023
  2. Aug 16, 2023
    • Michal Hrusecky's avatar
      NEWS: Prepare NEWS for upcoming 6.4.2 release · 394520da
      Michal Hrusecky authored
      See NEWS file for details.
      Verified
      394520da
    • Michal Hrusecky's avatar
      packages/samba4: Update to the latest version · 0c141061
      Michal Hrusecky authored
      For details see respected patches, but long story short, this updates
      Samba to the latest version making sure we have all the security
      patches.
      Verified
      0c141061
    • Michal Hrusecky's avatar
      turris1x: Fix gcc floating points · 51cc8f7c
      Michal Hrusecky authored
      There are wrong flags passed to gcc during compilation for Turris 1.X.
      Problem description bellow:
      
      $ cat test.c
      int main(int argc, char *argv[]) { printf("Hello World %lg\n",
      atof(argv[1]) + atof(argv[2])); return 0; }
      
      $ usr/bin/gcc test.c
      /usr/bin/ld: Warning: /tmp/usr/bin/../lib/gcc/powerpc-openwrt-linux-muslspe/8.4.0/libgcc.a(adddf3.o)
      uses double-precision hard float, a.out uses single-precision hard
      float
      
      $ usr/bin/gcc --help=target -Q | grep -E
      '(-mcpu=|-mdouble-float|-mfloat-gprs=|-mtune=)'
      -mcpu= 8540
      -mdouble-float [disabled]
      -mfloat-gprs= single
      -mtune= 8540
      
      The take out of this is that -mcpu and-mtune má byť 8548, and
      -mdouble-float should be enabled and -mfloat-gprs should be double.
      
      This should be fixed by passing `--with-cpu=8548 --enable-e500-double`
      to configure script.
      Verified
      51cc8f7c
  3. Aug 15, 2023
  4. Aug 01, 2023
  5. Jul 31, 2023
  6. Jul 20, 2023
  7. Jul 17, 2023
  8. Jul 14, 2023
  9. 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
  10. Jun 28, 2023
  11. Jun 26, 2023
  12. Jun 21, 2023
  13. Jun 05, 2023
  14. Jun 02, 2023
  15. May 24, 2023
  16. May 22, 2023
  17. May 18, 2023
  18. May 17, 2023
  19. May 12, 2023
  20. May 03, 2023
  21. Apr 26, 2023
  22. Apr 18, 2023
  23. Apr 05, 2023
  24. Apr 04, 2023
  25. Apr 03, 2023
  26. Mar 30, 2023