summaryrefslogtreecommitdiff
path: root/conf/machine/mx31ads.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/mx31ads.conf')
-rw-r--r--conf/machine/mx31ads.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf
index ad6de78f56..4b3fff7061 100644
--- a/conf/machine/mx31ads.conf
+++ b/conf/machine/mx31ads.conf
@@ -5,8 +5,10 @@
TARGET_ARCH = "arm"
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"