Re: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images

2020-03-25 Thread Paul Spooren
> >> typo in title and missing "R" in name directly above. Ack > > This script is for only your typical block devices, no MTD involved. > > > Looks like you should rather fix the logic setting > > CONFIG_TARGET_IMAGE_PAD. > > This has been removed with >

Re: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images

2020-03-25 Thread Tomasz Maciej Nowak
>>> On Behalf Of Paul Spooren >>> Sent: Mittwoch, 25. März 2020 08:07 >>> To: openwrt-devel@lists.openwrt.org >>> Cc: russ...@personaltelco.net >>> Subject: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images >>> >>> The p

Re: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images

2020-03-25 Thread Daniel Golle
20 08:07 > > To: openwrt-devel@lists.openwrt.org > > Cc: russ...@personaltelco.net > > Subject: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images > > > > The previous rework of x86 image creation broke the `vdi` images. ussell > > typo in title and missing "

Re: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images

2020-03-25 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Spooren > Sent: Mittwoch, 25. März 2020 08:07 > To: openwrt-devel@lists.openwrt.org > Cc: russ...@personaltelco.net > Subject: [OpenWrt-Devel] [PATCH

[OpenWrt-Devel] [PATCH] x86: fix virutalbox squashfs images

2020-03-25 Thread Paul Spooren
The previous rework of x86 image creation broke the `vdi` images. ussell Senior came up with this patch to fix the padding. Tested with x86/64 with Docker (squashfs), qemustart (ext4/squashfs) and virtualbox (ext4/squashfs). Signed-off-by: Paul Spooren --- target/linux/x86/image/Makefile | 10