diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/qemu.inc | 2 | ||||
-rw-r--r-- | conf/machine/qemux86.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc index fbf6ba2384..190066bca0 100644 --- a/conf/machine/include/qemu.inc +++ b/conf/machine/include/qemu.inc @@ -2,7 +2,7 @@ PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" GUI_MACHINE_CLASS = "bigscreen" -MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard" +MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard touchscreen" IMAGE_FSTYPES ?= "tar.bz2 ext2" diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf index 7fbdbfb1a7..ad1138f422 100644 --- a/conf/machine/qemux86.conf +++ b/conf/machine/qemux86.conf @@ -9,6 +9,7 @@ PACKAGE_EXTRA_ARCHS = "x86" require conf/machine/include/qemu.inc MACHINE_FEATURES += "x86" +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d" KERNEL_IMAGETYPE = "bzImage" |