diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-06-02 05:56:49 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-06-02 05:56:49 +0000 |
commit | 19d4de83c7865b308cb866e9d914d33730e99702 (patch) | |
tree | 3081d5db55c97b53fba35f93edcc5c578949bee1 /conf/distro | |
parent | b109776007d875753814bfcd4ca9915e28a8af90 (diff) |
mokoslug: use task-boot instead of task-base
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/mokoslug.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/mokoslug.conf b/conf/distro/mokoslug.conf index 7278b62565..2c039dbcce 100644 --- a/conf/distro/mokoslug.conf +++ b/conf/distro/mokoslug.conf @@ -14,7 +14,8 @@ DISTRO_VERSION = "1.0-alpha" DISTRO_REVISION = "1" DISTRO_TYPE = "debug" -MACHINE_TASK_PROVIDER = "task-base sysconf" +MACHINE_TASK_PROVIDER = "task-boot dropbear" +MACHINE_TASK_PROVIDER_append_nslu2 = " sysconf" # Even though the NSLU2 does not have built-in bluetooth, # we assume that a MokoSlug gateway has a bluetooth dongle. |