diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-07 22:29:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-07 22:29:39 +0000 |
commit | ae7e6cafb220b62030833b589e0a1afe768cfb34 (patch) | |
tree | dfe69c8ea56ca706c091bf664173a77654a4f3bd /conf | |
parent | 749310c7d88354be2d4d1ff973c8b1f857b3a94b (diff) |
neuros.inc: jffs2 is not yaffs2...
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/neuros.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/neuros.inc b/conf/machine/include/neuros.inc index ddd59252e7..2d29d557b8 100644 --- a/conf/machine/include/neuros.inc +++ b/conf/machine/include/neuros.inc @@ -12,7 +12,7 @@ neuros_make_installkit () { [ -f u-boot-${MACHINE}.bin ] && cp u-boot-${MACHINE}.bin ${IMAGE_NAME}-installkit/u-boot.bin [ -f default_env.img ] && cp default_env.img ${IMAGE_NAME}-installkit/ - cp ${IMAGE_NAME}.rootfs.jffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 + cp ${IMAGE_NAME}.rootfs.yaffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ mkfs.jffs2 -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n |