diff options
-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" |