minimal-image-mtd: fix include
authorKoen Kooi <koen@openembedded.org>
Wed, 10 Oct 2007 09:57:37 +0000 (09:57 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 10 Oct 2007 09:57:37 +0000 (09:57 +0000)
packages/images/minimal-image-with-mtd-utils.bb

index 4fe33e9..b778300 100644 (file)
@@ -2,7 +2,7 @@
 # for creating a small initramfs image in NOR flash that can be used
 # to program the NAND flash.
 
-require angstrom-minimal-image.bb
+require minimal-image.bb
 IMAGE_INSTALL += "mtd-utils"
 
 export IMAGE_BASENAME = "minimalist-image-mtdutils"