Re: [PATCH] Do not fail build if mkimage is not available

2007-12-23 Thread Michael Buesch
On Sunday 23 December 2007 21:05:16 Josh Boyer wrote: > On Sun, 23 Dec 2007 20:31:08 +0100 > Michael Buesch <[EMAIL PROTECTED]> wrote: > > > This fixes the boot image wrapper script to not fail the kernel > > build if mkimage is not available. > > As some distributions don't ship the mkimage progr

Re: [PATCH] Do not fail build if mkimage is not available

2007-12-23 Thread Josh Boyer
On Sun, 23 Dec 2007 20:31:08 +0100 Michael Buesch <[EMAIL PROTECTED]> wrote: > This fixes the boot image wrapper script to not fail the kernel > build if mkimage is not available. > As some distributions don't ship the mkimage program and I am not > interested in uboot images anyway, I don't want

[PATCH] Do not fail build if mkimage is not available

2007-12-23 Thread Michael Buesch
This fixes the boot image wrapper script to not fail the kernel build if mkimage is not available. As some distributions don't ship the mkimage program and I am not interested in uboot images anyway, I don't want to fail the whole kernel build process because of this unneeded dependency. Simply dr