diff options
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/omap4.inc | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 221c029a..9270cbb1 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | |||
10 | XSERVER = "xserver-xorg \ | 10 | XSERVER = "xserver-xorg \ |
11 | xf86-input-evdev \ | 11 | xf86-input-evdev \ |
12 | xf86-input-mouse \ | 12 | xf86-input-mouse \ |
13 | xf86-video-omapfb \ | 13 | xf86-video-fbdev \ |
14 | xf86-input-keyboard" | 14 | xf86-input-keyboard" |
15 | 15 | ||
16 | # Default to external video, change to smallscreen for built-in LCD | 16 | # Default to external video, change to smallscreen for built-in LCD |
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 789199d9..d9706066 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -10,9 +10,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
10 | 10 | ||
11 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 11 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
12 | XSERVER = "xserver-xorg \ | 12 | XSERVER = "xserver-xorg \ |
13 | xserver-xorg-module-exa \ | ||
14 | xf86-input-evdev \ | 13 | xf86-input-evdev \ |
15 | xf86-video-omap" | 14 | xf86-video-fbdev" |
16 | 15 | ||
17 | # Increase this everytime you change something in the kernel | 16 | # Increase this everytime you change something in the kernel |
18 | MACHINE_KERNEL_PR = "r4" | 17 | MACHINE_KERNEL_PR = "r4" |