diff options
-rw-r--r-- | conf/machine/ep93xx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 0951056710..912cbc5c77 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -7,6 +7,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4t" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 USE_VT = "0" |