diff options
| author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-18 14:21:29 +0000 |
|---|---|---|
| committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-18 14:21:29 +0000 |
| commit | a6ba4ee32d08974c66adb882f9ad9b0c80320be5 (patch) | |
| tree | 88c53be536d7bc908065af20fd706ee246fb3c9a | |
| parent | ae09e2d5082b42d6ea608b07f2e207789a00cd9f (diff) | |
htctornado.conf: Remove duplicate MACHINE_TASK_PROVIDER
* MACHINE_TASK_PROVIDER = "task-base" is default now, and recently there
was a refactor to clear dups throughout machine files, so be consistent with
other machines.
| -rw-r--r-- | conf/machine/htctornado.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/htctornado.conf b/conf/machine/htctornado.conf index f494a69321..ca77ec9c04 100644 --- a/conf/machine/htctornado.conf +++ b/conf/machine/htctornado.conf @@ -18,8 +18,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-ext2 \ alsa-state" -MACHINE_TASK_PROVIDER = "task-base" - # used by some images ROOT_FLASH_SIZE = "30" |
