diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:33:29 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-27 17:33:29 +0000 |
commit | f3e5a3eab0610d378a30a5688f29e277162635c1 (patch) | |
tree | 124520959412bdc0913c0cf6ee2888446e7c2f85 /conf/machine/include/tosa-2.6.conf | |
parent | 98928e07d9798f59e1db3d7fcd47fd2c63766be2 (diff) |
Switch 2.6 Zaurus models to use task-base
Diffstat (limited to 'conf/machine/include/tosa-2.6.conf')
-rw-r--r-- | conf/machine/include/tosa-2.6.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/tosa-2.6.conf b/conf/machine/include/tosa-2.6.conf index c7805c36fe..6831b0ea91 100644 --- a/conf/machine/include/tosa-2.6.conf +++ b/conf/machine/include/tosa-2.6.conf @@ -1,6 +1,6 @@ include conf/machine/include/zaurus-clamshell-2.6.conf # wlan-ng Modules -BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules-usb" +MACHINE_EXTRA_RDEPENDS += "wlan-ng-modules-usb" # WM97xx Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" +#MACHINE_EXTRA_RRECOMMENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" |