diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-02 08:54:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-02 08:54:41 +0000 |
commit | 1238d3520a7520d168855d176485c35350d9c9f6 (patch) | |
tree | 9d8ddac6a0bdc122dedab000b804fe2d599e55fa /packages/linux/linux_2.6.21.bb | |
parent | a1d9d4a5cfd03a56a6a5423e05b2071c6b278335 (diff) |
linux 2.6.21: atstk1000 needs uImage instead of zImage
Diffstat (limited to 'packages/linux/linux_2.6.21.bb')
-rw-r--r-- | packages/linux/linux_2.6.21.bb | 1 |
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 |