diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-15 16:07:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-15 16:07:08 +0000 |
commit | 39fb865ffef2d0a3710e759bf954a027e6e7cadd (patch) | |
tree | 2992710dc807ec24e9d08d2d2044e02377e75a05 /conf/machine/h3800.conf | |
parent | c526f057e994258233442c9018e647f49e41da6a (diff) |
h3800.conf: add task-base stuff
Diffstat (limited to 'conf/machine/h3800.conf')
-rw-r--r-- | conf/machine/h3800.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/h3800.conf b/conf/machine/h3800.conf index e44467412b..abc3655a1e 100644 --- a/conf/machine/h3800.conf +++ b/conf/machine/h3800.conf @@ -2,4 +2,7 @@ #@NAME: Compaq iPAQ 38xx #@DESCRIPTION: Machine configuration for the Compaq iPAQ 38xx devices +#this machine will be primarily focussed on the 2.6 port +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget" + require conf/machine/h3600.conf |