openwrt/target/linux/x86
Petr Štetiar 2109156b79 x86: image: remove TARGET_IMAGES_PAD option and force padding
Currently we're producing unusable x86 combined squashfs images
(18.06.1, 18.06.2 and snapshots) as we don't enable TARGET_IMAGES_PAD,
thus providing very small space for the overlay filesystem, leading to
the following with OpenWrt 18.06.1 r7258-5eb055306f images on x86 QEMU:

 root@(none):/# mount | egrep 'root|overlay'
  /dev/root on /rom type squashfs
  /dev/loop0 on /overlay type ext4
  overlayfs:/overlay on / type overlay

 root@(none):/# df -h | egrep 'root|overlay|Size'
  Filesystem                Size      Used Available Use% Mounted on
  /dev/root                 2.5M      2.5M         0 100% /rom
  /dev/loop0              113.0K      8.0K     97.0K   8% /overlay
  overlayfs:/overlay      113.0K      8.0K     97.0K   8% /

We should rather ensure proper image padding in image generation code
and we shouldn't rely on config options in order to generate usable
images.

So this patch removes TARGET_IMAGES_PAD config option and enforces
padding on combined images.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-06-25 14:12:21 +00:00
..
64 x86: video: disable buildtin amdgpu DRM driver 2019-02-17 19:22:39 +01:00
base-files Revert "base-files: add console to inittab" 2019-05-25 08:13:20 +02:00
generic x86: video: disable buildtin amdgpu DRM driver 2019-02-17 19:22:39 +01:00
geode x86: Add support for kernel 4.19 2019-01-12 22:40:36 +01:00
image x86: image: remove TARGET_IMAGES_PAD option and force padding 2019-06-25 14:12:21 +00:00
legacy x86: Add support for kernel 4.19 2019-01-12 22:40:36 +01:00
patches-4.14 kernel: bump 4.14 to 4.14.120 2019-05-21 09:45:15 +02:00
patches-4.19 kernel: bump 4.19 to 4.19.44 2019-05-21 09:45:15 +02:00
config-4.14 kernel: package Broadcom BNX2X driver 2019-06-20 20:02:29 +02:00
config-4.19 kernel: package Broadcom BNX2X driver 2019-06-20 20:02:29 +02:00
Makefile treewide: kernel: bump some targets to 4.19 2019-06-18 16:08:55 +02:00
modules.mk x86: add kernel module for sp5100_tco watchdog 2017-01-16 20:40:13 +01:00