Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-09-14 Thread Nicholas Piggin
On Thu, 14 Sep 2017 15:59:50 -0700 Florian Fainelli wrote: > On 09/07/2017 09:36 PM, Florian Fainelli wrote: > > > > > > On 09/07/2017 06:19 AM, Nicholas Piggin wrote: > >> On Thu, 7 Sep 2017 05:50:30 -0700 > >> Florian Fainelli wrote: > >> > >>> On 08/28/2017 08:09 PM, Nicholas Piggin wro

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-09-14 Thread Florian Fainelli
On 09/07/2017 09:36 PM, Florian Fainelli wrote: > > > On 09/07/2017 06:19 AM, Nicholas Piggin wrote: >> On Thu, 7 Sep 2017 05:50:30 -0700 >> Florian Fainelli wrote: >> >>> On 08/28/2017 08:09 PM, Nicholas Piggin wrote: On Mon, 28 Aug 2017 13:03:31 -0700 Florian Fainelli wrote:

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-09-07 Thread Florian Fainelli
On 09/07/2017 06:19 AM, Nicholas Piggin wrote: > On Thu, 7 Sep 2017 05:50:30 -0700 > Florian Fainelli wrote: > >> On 08/28/2017 08:09 PM, Nicholas Piggin wrote: >>> On Mon, 28 Aug 2017 13:03:31 -0700 >>> Florian Fainelli wrote: >>> On 05/21/2017 07:46 PM, Nicholas Piggin wrote: >

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-09-07 Thread Nicholas Piggin
On Thu, 7 Sep 2017 05:50:30 -0700 Florian Fainelli wrote: > On 08/28/2017 08:09 PM, Nicholas Piggin wrote: > > On Mon, 28 Aug 2017 13:03:31 -0700 > > Florian Fainelli wrote: > > > >> On 05/21/2017 07:46 PM, Nicholas Piggin wrote: > >>> On Sat, 20 May 2017 20:33:35 -0700 > >>> Florian Fainel

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-09-07 Thread Florian Fainelli
On 08/28/2017 08:09 PM, Nicholas Piggin wrote: > On Mon, 28 Aug 2017 13:03:31 -0700 > Florian Fainelli wrote: > >> On 05/21/2017 07:46 PM, Nicholas Piggin wrote: >>> On Sat, 20 May 2017 20:33:35 -0700 >>> Florian Fainelli wrote: >>> Commit db2aa7fd15e8 ("initramfs: allow again choice of

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-08-28 Thread Florian Fainelli
On 08/28/2017 08:09 PM, Nicholas Piggin wrote: > On Mon, 28 Aug 2017 13:03:31 -0700 > Florian Fainelli wrote: > >> On 05/21/2017 07:46 PM, Nicholas Piggin wrote: >>> On Sat, 20 May 2017 20:33:35 -0700 >>> Florian Fainelli wrote: >>> Commit db2aa7fd15e8 ("initramfs: allow again choice o

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-08-28 Thread Nicholas Piggin
On Mon, 28 Aug 2017 13:03:31 -0700 Florian Fainelli wrote: > On 05/21/2017 07:46 PM, Nicholas Piggin wrote: > > On Sat, 20 May 2017 20:33:35 -0700 > > Florian Fainelli wrote: > > > >> Commit db2aa7fd15e8 ("initramfs: allow again choice of the embedded > >> initram compression algorithm") intr

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-08-28 Thread Florian Fainelli
On 05/21/2017 07:46 PM, Nicholas Piggin wrote: > On Sat, 20 May 2017 20:33:35 -0700 > Florian Fainelli wrote: > >> Commit db2aa7fd15e8 ("initramfs: allow again choice of the embedded >> initram compression algorithm") introduced the possibility to select the >> initramfs compression algorithm fro

Re: [PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-05-21 Thread Nicholas Piggin
On Sat, 20 May 2017 20:33:35 -0700 Florian Fainelli wrote: > Commit db2aa7fd15e8 ("initramfs: allow again choice of the embedded > initram compression algorithm") introduced the possibility to select the > initramfs compression algorithm from Kconfig and while this is a nice > feature it broke th

[PATCH] initramfs: Fix disabling of initramfs (and its compression)

2017-05-20 Thread Florian Fainelli
Commit db2aa7fd15e8 ("initramfs: allow again choice of the embedded initram compression algorithm") introduced the possibility to select the initramfs compression algorithm from Kconfig and while this is a nice feature it broke the use case described below. Here is what my build system does: - ke