diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-13 21:07:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-13 21:07:57 +0000 |
commit | fa91786a0046770a3f0fefd17e1c0fb9c79598e2 (patch) | |
tree | 4ac5ad61bc4e74e8044146ca2fa6abfdaa212e55 /conf | |
parent | 4db642f90437e71f1446f141a1f695db3812db89 (diff) |
oz-unstable: prefer task-bootstrap over task-bootstrap-onionroot
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 344fb80a89..78b4ac27f2 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -1,4 +1,4 @@ -#@-------------------------------------------------------------------- +h#@-------------------------------------------------------------------- #@TYPE: Distribution #@NAME: OpenZaurus <http://www.openzaurus.org> #@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family @@ -32,6 +32,7 @@ SRCDATE ?= "20060514" ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" PREFERRED_PROVIDER_hostap-conf = "hostap-conf" +PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" KERNEL_CONSOLE = "ttyS0" #DEBUG_OPTIMIZATION = "-O -g3" |