From ec8beb5524480337f0fc6850a0a99250110a551b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 26 Jul 2011 12:53:47 +0200 Subject: hx4700: switch to linux 3.0 kernel and update config accordingly Signed-off-by: Koen Kooi --- conf/machine/hx4700.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 474454ab31..70e4a1efae 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -29,13 +29,14 @@ MACHINE_FEATURES += "iwmmxt" # # Software/packages selection # -PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PREFERRED_PROVIDER_virtual/kernel = "linux" PCMCIA_MANAGER = "pcmciautils" MODUTILS = "26" -XSERVER = "xserver-kdrive-w100" - -PREFERRED_VERSION_orinoco-modules = "0.15rc1" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-video-fbdev" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" MACHINE_EXTRA_RRECOMMENDS = "\ -- cgit 1.2.3-korg