aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-21 08:43:17 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-21 08:43:17 +0200
commit4181c6bab27050247e032fee337b29729c623184 (patch)
tree7f5a462cdb66ffa859aebbfc572d1394100048f8 /recipes
parent6bc94b62f423e91dd7f3ead4b61bb7ee9608c1f1 (diff)
downloadopenembedded-4181c6bab27050247e032fee337b29729c623184.tar.gz
omap3-touchbook: drag in rt3070 driver using task-base
Diffstat (limited to 'recipes')
-rw-r--r--recipes/tasks/task-base.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb
index 7316d8f911..db3614301b 100644
--- a/recipes/tasks/task-base.bb
+++ b/recipes/tasks/task-base.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r83"
+PR = "r84"
inherit task
@@ -347,6 +347,7 @@ RDEPENDS_task-base-wifi = "\
RRECOMMENDS_task-base-wifi = "\
${@base_contains('COMBINED_FEATURES', 'madwifi', 'madwifi-ng-modules', '',d)} \
${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-zd1211rw', '',d)} \
+ ${@base_contains('COMBINED_FEATURES', 'usbhost', 'rt3070', '',d)} \
kernel-module-ieee80211-crypt \
kernel-module-ieee80211-crypt-ccmp \
kernel-module-ieee80211-crypt-tkip \