diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-07 19:41:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-07 19:41:19 +0000 |
commit | eb2c55d18aec83945069c47dd205bcb857318964 (patch) | |
tree | a057169d7247bad350b4e6c0fb321a73c5722dca /conf | |
parent | aa5f46f3e76276ae2e5589a0bfd78568c9321b56 (diff) |
neuros-osd2: fix typo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/neuros-osd2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/neuros-osd2.conf b/conf/machine/neuros-osd2.conf index c101b75782..a1d8c9bebd 100644 --- a/conf/machine/neuros-osd2.conf +++ b/conf/machine/neuros-osd2.conf @@ -44,7 +44,7 @@ neuros_make_installkit () { cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ mkfs.jffs2 -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n - packet_osd2 osd20.pkg '${DISTRO} Developer UPK' default_env.img u-boot.bin uImage.jffs2 rootfs.yaffs2 ) + packet_osd2 osd20.pkg '${DISTRO} Developer UPK' default_env.img u-boot.bin uImage.jffs2 rootfs.yaffs2 cd ${DEPLOY_DIR_IMAGE} cp ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/osd20.pkg ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-osd20.pkg |