Skip to content
Snippets Groups Projects
  1. Dec 24, 2016
  2. Dec 15, 2016
    • Felix Fietkau's avatar
      x86: revert default root size back to 256 MB · 4cc1f1ac
      Felix Fietkau authored
      
      2 GB is overkill and was only added to allow unlimited ext4 resizing,
      which is a pretty rare use case. 256 MB allows resizing up to 256 GB,
      which should be good enough for almost all users.
      
      A lot of this is mostly irrelevant anyway, since you can just use
      squashfs + ext4 overlay.
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      4cc1f1ac
  3. Dec 10, 2016
  4. Nov 24, 2016
  5. Nov 09, 2016
  6. Oct 27, 2016
    • Jo-Philipp Wich's avatar
      config: ext4: increase x86 rootfs size to 2GB to support online resize2fs · dc6cc040
      Jo-Philipp Wich authored
      
      The current default rootfs size of 256MB in conjunction with 4K blocks
      produces an ext4 filesystem which lacks the appropriate amount of backup GDT
      entries to support online-resizing.
      
      For x86 targets, increase the default rootfs size to 2048MB which allows
      online resizing the filesystem to up to 2TB which is the current theoretical
      maximum for LEDE, due to missing GPT support on the root block device.
      
      Note that the filesystem artefact will not occupy 2GB on the build system as
      the make_ext4fs utility uses sparse files to generate the filesystem images,
      so the actual disk usage is much lower. Furthermore the filesystem images
      are gzip compressed, shrinking them to only a few megabytes on the download
      server.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      Acked-by: default avatarMichael Heimpold <mhei@heimpold.de>
      dc6cc040
    • Jo-Philipp Wich's avatar
      config: ext4: drop option to set maximum number of inodes · d1ae4c49
      Jo-Philipp Wich authored
      
      There is very little practical use to limit the number of available inodes on
      an ext4 filesystem and the make_ext4fs utility is able to calculate useful
      defaults by itself.
      
      Drop the option to make resulting ext4 filesystems more flexible by default.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      Acked-by: default avatarMichael Heimpold <mhei@heimpold.de>
      d1ae4c49
  7. Sep 26, 2016
  8. Sep 08, 2016
  9. Sep 02, 2016
  10. Jul 25, 2016
    • Christian Lamparter's avatar
      apm821xx: use lzma compression for the initramfs images · 08257a40
      Christian Lamparter authored
      
      The MR24's u-boot takes it sweet time decompressing the
      LZMA-packed initramfs image. A user reported that
      compared to the old gzip method in v2: it "takes a ton
      longer to decompress like 4\x the old boot time for
      decompression".
      
      This patch also fixes a issue with the WNDR4700's initramfs
      image getting to big and causing the following u-boot crash
      during the decompression:
      
      "Uncompressing Multi-File Image ... Error: inflate() returned -5
      out-of-mem or overwrite error - must RESET board to recover"
      
      This patch fixes both issues by reverting the MR24's initramfs
      compression method back to gzip. And choosing to compress the
      initramfs within the initramfs image as LZMA by default.
      
      Cc: chrisrblake93@gmail.com
      Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
      08257a40
  11. Jul 20, 2016
  12. Jul 15, 2016
  13. Jul 05, 2016
  14. Jun 30, 2016
  15. Jun 13, 2016
  16. May 16, 2016
  17. May 12, 2016
  18. Apr 13, 2016
  19. Feb 07, 2016
    • Felix Fietkau's avatar
      build: don't add -fno-plt for ARC · be9e991b
      Felix Fietkau authored
      
      Curent ARC toolchain fails to build libstdc++ if -fno-plt is used.
      Lots of following error messages appear:
      ------------------->8------------------
      ...
      staging_dir/toolchain-arc_arc700_gcc-arc-2015.06_uClibc-1.0.9/arc-openwrt-linux-uclibc/bin/ld:
      BFD (GNU Binutils) 2.23.2 assertion fail elf32-arc.c:2786
      collect2: error: ld returned 1 exit status
      ------------------->8------------------
      
      In newer binutils (still in development) for ARC rewritten from
      scratch this seem to not happen, so once new binutils for ARC hit
      the street this patch might be reverted.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      Cc: Felix Fietkau <nbd@openwrt.org>
      Cc: Jo-Philipp Wich <jow@openwrt.org>
      Cc: Jonas Gorski <jogo@openwrt.org>
      
      SVN-Revision: 48642
      be9e991b
  20. Feb 01, 2016
  21. Jan 28, 2016
  22. Jan 26, 2016
  23. Jan 24, 2016
  24. Jan 18, 2016
  25. Jan 04, 2016
  26. Oct 26, 2015
  27. Oct 15, 2015
  28. Sep 09, 2015
  29. Sep 06, 2015
  30. Aug 18, 2015
  31. Aug 02, 2015
  32. Jun 29, 2015
  33. Jun 23, 2015
  34. Jun 22, 2015
    • Steven Barth's avatar
      gcc/musl: rework SSP-support · 1877bc9d
      Steven Barth authored
      
      Make musl provide libssp_nonshared.a and make GCC link it unconditionally
      if musl is used. This should be a no-op if SSP is disabled and seems to be
      the only reliable way of dealing with SSP over all packages due to the mess
      that is linkerflags handling in packages.
      
      Signed-off-by: default avatarSteven Barth <steven@midlink.org>
      
      SVN-Revision: 46108
      1877bc9d
  35. Jun 18, 2015
  36. Jun 17, 2015
  37. Jun 16, 2015
Loading