diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-09 13:05:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-09 13:05:12 +0000 |
commit | 93cfa3625ff46c59ec268d56fcb47aa4cfe0e923 (patch) | |
tree | de665d0e83bd36a08232ca7a2ff27eb5a5963d0b | |
parent | fb407f654d8492a1a08b769fa8a74634c8ed391e (diff) |
rokr6: add machine stub
-rw-r--r-- | conf/machine/rokre6.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/rokre6.conf b/conf/machine/rokre6.conf new file mode 100644 index 0000000000..7b20091140 --- /dev/null +++ b/conf/machine/rokre6.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: Motorola EZX ROKR E6 +#@DESCRIPTION: Machine configuration for the Motorola GSM Phone ROKR E6 + +require conf/machine/include/motorola-ezx-base.inc + +# there is no touchscreen +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost keyboard screen" |