aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/openzaurus-unstable.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
commit163652f7fb3d27a7efabe76c35f5b903b74bc8a7 (patch)
tree8bd951e1e5aad65055175d1c66d2113ff0d00922 /conf/distro/openzaurus-unstable.conf
parent8b86a9487bc7ba997496ca8952f5045686dea6e5 (diff)
downloadopenembedded-163652f7fb3d27a7efabe76c35f5b903b74bc8a7.tar.gz
Add quotes for assignments to make the new parser happy
Diffstat (limited to 'conf/distro/openzaurus-unstable.conf')
-rw-r--r--conf/distro/openzaurus-unstable.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf
index b1080d1fea..10f00b7604 100644
--- a/conf/distro/openzaurus-unstable.conf
+++ b/conf/distro/openzaurus-unstable.conf
@@ -33,7 +33,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
+PREFERRED_PROVIDER_tslib ?= "tslib"
KERNEL_CONSOLE = "ttyS0"
#DEBUG_OPTIMIZATION = "-O -g3"