diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-29 11:12:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-29 11:12:36 +0000 |
commit | 70527abde72e1c7e3949da2b8d8c1acd32f80f74 (patch) | |
tree | 6bf322c971444afd9009f20679a7b4573069eb99 /conf/machine/netbook-pro.conf | |
parent | f8edb5ad15e84bb5168d2e081a776e85d7c89fe4 (diff) |
lots of machines: add 'screen' to MACHINE_FEATURES
Diffstat (limited to 'conf/machine/netbook-pro.conf')
-rwxr-xr-x | conf/machine/netbook-pro.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf index 1048cb1d6c..f83de23786 100755 --- a/conf/machine/netbook-pro.conf +++ b/conf/machine/netbook-pro.conf @@ -15,7 +15,7 @@ USE_VT = "0" #use the epson xserver XSERVER = "xserver-kdrive-epson" -MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost" +MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost screen" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttySA0 vt100" |