diff options
author | Lukas Gorris <lukas.gorris@gmx.de> | 2008-12-06 19:58:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-06 19:59:25 +0100 |
commit | ac56b9f2b15e1ec00f0f04860ed4b5d0da947273 (patch) | |
tree | 94f3c63cc1f2c0ad5b7b1ed401b9974d94ee060f /conf | |
parent | 5c54311aa585c9db1335d9666df2527a1e852df9 (diff) |
htcdiamond, htcraphael: update machine configs and kernel defconfigs
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/htcdiamond.conf | 2 | ||||
-rw-r--r-- | conf/machine/htcraphael.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/htcdiamond.conf b/conf/machine/htcdiamond.conf index 393c1ee87b..e4b07ea794 100644 --- a/conf/machine/htcdiamond.conf +++ b/conf/machine/htcdiamond.conf @@ -10,6 +10,6 @@ XSERVER = "xserver-kdrive-fbdev" MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" -MACHINE_FEATURES = "kernel26 touchscreen screen phone gps" +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb" IMAGE_FSTYPES += "tar.gz cpio.gz" diff --git a/conf/machine/htcraphael.conf b/conf/machine/htcraphael.conf index 3ab87be48c..ad4329714d 100644 --- a/conf/machine/htcraphael.conf +++ b/conf/machine/htcraphael.conf @@ -10,6 +10,6 @@ XSERVER = "xserver-kdrive-fbdev" MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" -MACHINE_FEATURES = "kernel26 touchscreen screen keyboard phone gps" +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard" IMAGE_FSTYPES += "tar.gz cpio.gz" |