git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e686c
)
neuros.inc: don't use lzo compression for kernel jffs2 partition, the current uboot...
author
Koen Kooi
<koen@openembedded.org>
Mon, 14 Jul 2008 12:10:36 +0000
(12:10 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 14 Jul 2008 12:10:36 +0000
(12:10 +0000)
conf/machine/include/neuros.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/neuros.inc
b/conf/machine/include/neuros.inc
index
d744bf9
..
96e2f1b
100644
(file)
--- a/
conf/machine/include/neuros.inc
+++ b/
conf/machine/include/neuros.inc
@@
-16,7
+16,7
@@
neuros_make_installkit () {
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
+ mkfs.jffs2 -
x lzo -
d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n
echo "${MACHINE}" > rootfs.version
echo "${MACHINE}" > u-boot.version
echo "${MACHINE}" > uImage.version