changeset 1652:3873d1b178e0

Use the right name for the generated initramfs file, so SYSIMAGE_TYPE=initramfs works.
author Rob Landley <rob@landley.net>
date Thu, 08 May 2014 17:40:39 -0500
parents 0086f895832e
children e29e0ca60d74
files linux-kernel.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/linux-kernel.sh	Sat May 03 16:58:59 2014 -0500
+++ b/linux-kernel.sh	Thu May 08 17:40:39 2014 -0500
@@ -13,7 +13,7 @@
 # Get miniconfig. If we have an initramfs, incorporate it into the kernel image.
 
 getconfig linux > mini.conf
-CPIO="$BUILD/root-image-$ARCH/initramfs_data.cpio"
+CPIO="$BUILD/root-image-$ARCH/hda.cpio"
 [ -e "$CPIO" ] &&
   echo -e "CONFIG_BLK_DEV_INITRD=y\nCONFIG_INITRAMFS_SOURCE=\"$CPIO\"\nCONFIG_INITRAMFS_COMPRESSION_GZIP=y" >> mini.conf