diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-07 15:30:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-07 15:30:55 +0000 |
commit | 107cc1bf5349bb27124443b68371ee565df1e963 (patch) | |
tree | 464a490d83d383dc2c6cca765410e860354546b2 /conf/machine | |
parent | 7325ca49804c443d011e9eb576ebcc98b1ab7ad2 (diff) |
mx31ads: add task-base stuff
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mx31ads.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf index ad6de78f56..ca37ae3431 100644 --- a/conf/machine/mx31ads.conf +++ b/conf/machine/mx31ads.conf @@ -5,6 +5,8 @@ TARGET_ARCH = "arm" TARGET_FPU_arm = "hard" +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget" + GUI_MACHINE_CLASS = "smallscreen" IPKG_EXTRA_ARCHS = "armv6" |