diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-07 13:05:56 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-07 13:05:56 +0000 |
commit | edf0c5d29fa3265a77c6cf13053e2cf16dc7c0cf (patch) | |
tree | 770bc2a0f6bf29d62e167751c60b34be3a163c88 /conf | |
parent | f9f3134eb35dae4e9a5c7f33b6b62e55be7b2d96 (diff) |
qemux86.conf: add MACHINE_EXTRA_RRECOMMENDS for framebuffer support
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/qemux86.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |