diff options
author | Phil Blundell <philb@gnu.org> | 2005-06-27 10:14:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-06-27 10:14:31 +0000 |
commit | 964bc8e3be0c30dbce21ccecc52bfd5bddcaddd5 (patch) | |
tree | e19701006fd6f79dc2f52960da6dba2075abe461 /conf | |
parent | e9c892e5ba08166cf50a6e757ac88b2a14f457a5 (diff) |
prefer xserver-kdrive on all ipaqs
BKrev: 42bfd187qks26WmDhl1D-rzq6bxPNw
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ipaq-common.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/ipaq-common.conf b/conf/machine/ipaq-common.conf index 1b55875414..8349dd73b7 100644 --- a/conf/machine/ipaq-common.conf +++ b/conf/machine/ipaq-common.conf @@ -2,3 +2,6 @@ IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwl BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules mipv6 atmelwlandriver" BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs mipv6 atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}')}" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" + |