diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-12-02 18:59:17 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-12-04 16:58:48 +0300 |
commit | 47fc3bdbfa99b473450fcd5fc7873b99ed2b477a (patch) | |
tree | 7b860aa84acb1c18e41fafefec30462ca6a26fcb /conf/machine/tosa.conf | |
parent | ea9fbdbb541ae878c31750f46d40a61a20f35d84 (diff) |
tosa: add apm-tosa-suspendfix to MACHINE_EXTRA_RRECOMENDS
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 914300e31c..6d258e19e9 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -8,6 +8,7 @@ require conf/machine/include/tune-xscale.inc IMAGE_FSTYPES ?= "jffs2" # wlan-ng Modules -MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb" +# OHCI suspend/resume fixup +MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb apm-tosa-suspendfix" ROOT_FLASH_SIZE = "28" |