From: Alex Landau Date: Thu, 26 Apr 2007 07:17:29 +0000 (-0700) Subject: kbuild: handle compressed cpio initramfs-es X-Git-Tag: v2.6.22-rc1~1007^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c299ec2d8e8d2f1a99d5c993fca485257b950d40;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed