diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-24 18:53:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-24 18:53:20 +0000 |
commit | dddc57321e4ef7b7b8d45855dda1fefb888f071c (patch) | |
tree | 56f6a0b84228254f0bcd1efe08225134d64464e7 /conf/distro/openzaurus-unstable.conf | |
parent | b88c8ee5fdd3c5bda8a7fea778c3d7b09b180622 (diff) |
oz, generic: set provider for tslib
Diffstat (limited to 'conf/distro/openzaurus-unstable.conf')
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 69dc40e730..14372b5b9e 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -32,6 +32,7 @@ SRCDATE ?= "20060701" ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" PREFERRED_PROVIDER_hostap-conf = "hostap-conf" PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" +PREFERRED_PROVIDER_tslib ?= tslib KERNEL_CONSOLE = "ttyS0" #DEBUG_OPTIMIZATION = "-O -g3" |