kbuild: handle compressed cpio initramfs-es
authorAlex Landau <landau.alex@gmail.com>
Thu, 26 Apr 2007 07:17:29 +0000 (00:17 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 2 May 2007 18:58:10 +0000 (20:58 +0200)
commitc299ec2d8e8d2f1a99d5c993fca485257b950d40
tree52a072f07fc96729731f8cc03a628e15f92008fc
parentb4d5171ac7d9806b1ea61903ff954cd9620135bf
kbuild: handle compressed cpio initramfs-es

Make kbuild handle compressed cpio initramfs-es.  An already compressed
cpio is copied directly to usr/, while a non-compressed cpio is filtered
through gzip (no changes here) on its way to usr/.

If the user has created a compressed cpio by other means, this saves him
from uncompressing it, just to be compressed again by kbuild.

Signed-off-by: Alex Landau <landau.alex@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/gen_initramfs_list.sh