diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-07 15:41:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-07 15:41:43 +0000 |
commit | f8f62e6238d11ba0ebf7d57f0540bdc39f63c204 (patch) | |
tree | eb6fa0f513ba5cdaa0ef1807c00cc77ae2fd94f9 | |
parent | 107cc1bf5349bb27124443b68371ee565df1e963 (diff) |
mx31ads.conf: add some more compatible archs
-rw-r--r-- | conf/machine/mx31ads.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf index ca37ae3431..4b3fff7061 100644 --- a/conf/machine/mx31ads.conf +++ b/conf/machine/mx31ads.conf @@ -8,7 +8,7 @@ TARGET_FPU_arm = "hard" MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget" GUI_MACHINE_CLASS = "smallscreen" -IPKG_EXTRA_ARCHS = "armv6" +IPKG_EXTRA_ARCHS = "arm armv4t armv5te armv6" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" |