diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-13 17:11:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-13 17:11:30 +0000 |
commit | eaa8fa765519fafab0f77a2ba8daec6a21d75adf (patch) | |
tree | f2812493ec54fdb6007611c62d3d7f97fd9948a5 | |
parent | fc46eaa94c935969e09fab78bfd32460cc5ea8f4 (diff) | |
parent | 9773687e679f9af345fd4b782ff6acc2594fe24a (diff) |
merge of '230251372ae3b661dbbc35952d8e8514a1af2862'
and 'd9bdc4e291d6140a14021f209f3e3c2c07f7ebd9'
-rw-r--r-- | packages/linux/linux-xxs1500_2.4.21.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-xxs1500_2.4.21.bb b/packages/linux/linux-xxs1500_2.4.21.bb index 4754b17046..2775208680 100644 --- a/packages/linux/linux-xxs1500_2.4.21.bb +++ b/packages/linux/linux-xxs1500_2.4.21.bb @@ -13,6 +13,8 @@ S = "${WORKDIR}/linux" inherit kernel +COMPATIBLE_MACHINE = "xxs1500" + PACKAGE_ARCH = "xxs1500" ARCH = "mips" KERNEL_OUTPUT = "arch/mips/zboot/images/xxs1500.flash.srec" |