diff linux-kernel.sh @ 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 f19ce5e2ec02
children b89324905ca2
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