Skip to content
Snippets Groups Projects
  1. Nov 02, 2016
    • Jo-Philipp Wich's avatar
      scripts/package-metadata.pl: fix handling of virtual (PROVIDES) depends · f64360c7
      Jo-Philipp Wich authored
      
      Currently the code emitting dependencies for provide candidates is overwriting
      the specification calculated by the previous conditional dependency handling
      code, rendering dependencies on virtual PROVIDES packages in conjunction with
      conditional dependencies unusable.
      
      Instead of overwriting, append the PROVIDES dependency spec in order to fix
      using DEPENDS on virtual provider packages in conjunction with conditions.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      f64360c7
  2. Nov 01, 2016
  3. Oct 31, 2016
  4. Oct 28, 2016
  5. Oct 27, 2016
    • John Crispin's avatar
      openvpn: cacert does not exist · 1e3c4f76
      John Crispin authored
      
      cacert is really called ca and already in the script
      
      Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
      1e3c4f76
    • 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
Loading