diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-25 11:03:36 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-07-25 11:03:36 +0000 |
commit | b53b36648c387d4812cef359d7e5b5cdede7b624 (patch) | |
tree | 34b227c1e0b958cbe172b6f36f667f832c352352 | |
parent | d23d78195fe3ba4923efa2a28d81609e190e1bc7 (diff) |
netvista.conf: Add tuning options, use Xfbdev which has touchscreen support for USB touchscreens
-rw-r--r-- | conf/machine/netvista.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index f95e403367..65ad872ba6 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -7,7 +7,7 @@ PACKAGE_EXTRA_ARCHS = "netvista" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.23" -XSERVER = "xserver-kdrive-vesa" +XSERVER = "xserver-kdrive-fbdev" KERNEL_IMAGETYPE = "bzImage" @@ -23,3 +23,5 @@ udevdir = "/dev" OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" + +require conf/machine/include/tune-x86.inc |