summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-02 08:54:41 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-02 08:54:41 +0000
commit1238d3520a7520d168855d176485c35350d9c9f6 (patch)
tree9d8ddac6a0bdc122dedab000b804fe2d599e55fa
parenta1d9d4a5cfd03a56a6a5423e05b2071c6b278335 (diff)
linux 2.6.21: atstk1000 needs uImage instead of zImage
-rw-r--r--packages/linux/linux_2.6.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb
index 7416d5d859..c608fe3378 100644
--- a/packages/linux/linux_2.6.21.bb
+++ b/packages/linux/linux_2.6.21.bb
@@ -22,6 +22,7 @@ inherit kernel
KERNEL_IMAGETYPE_progear = "bzImage"
KERNEL_IMAGETYPE_simpad = "zImage"
KERNEL_IMAGETYPE_kb9202 = "uImage"
+KERNEL_IMAGETYPE_at32stk1000 = "uImage"
do_configure_prepend() {
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then