diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-10 17:47:51 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-10 17:47:51 +0000 |
commit | e83cd15cbbe73ab0dd97f3e07056d6e0fc03be59 (patch) | |
tree | 0a9ddabb6af98648c6f0daadff9f7dfbda616d1d /conf/machine/include/zaurus-2.6.inc | |
parent | 298950d2c89817b08909e5b5135b5510ab988a36 (diff) |
Zaurus machine config: fix code for creation of installkit for collie
* remove the code from collie config. It is present in collie-2.6.inc
* collie needs zImage, not zImage.bin. Other Zaurus devices can handle
zImage or zImage.bin, so zImage it is for all of them.
Diffstat (limited to 'conf/machine/include/zaurus-2.6.inc')
-rw-r--r-- | conf/machine/include/zaurus-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index 3f84138ac8..eb020dbcba 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -49,7 +49,7 @@ zaurus_make_installkit () { mkdir ${IMAGE_NAME}-installkit/ # Get the latest kernel using the zImage-<machine>.bin symlink - cp zImage-${MACHINE}.bin ${IMAGE_NAME}-installkit/zImage.bin + cp zImage-${MACHINE}.bin ${IMAGE_NAME}-installkit/zImage if [ "${MACHINE}" = "spitz" ]; then cp gnu-tar ${IMAGE_NAME}-installkit/ |