diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-22 10:36:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-22 10:36:52 +0000 |
commit | 4d5b41183199ed69ee04280e41bc664045d7be34 (patch) | |
tree | a6365177cd7d322ae06035c75bb66ce177b64351 /meta/packages/tasks | |
parent | 1d48528c367541f387f619bd79c5297be860f9bb (diff) | |
download | poky-4d5b41183199ed69ee04280e41bc664045d7be34.tar.gz |
task-base: added kernel modules needed to get WEP/WPA working
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1381 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-base.bb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-base.bb b/meta/packages/tasks/task-base.bb index c89f5f55da..595a8382d9 100644 --- a/meta/packages/tasks/task-base.bb +++ b/meta/packages/tasks/task-base.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" | 1 | DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | PACKAGES = "task-base \ | 4 | PACKAGES = "task-base \ |
5 | task-base-oh-minimal" | 5 | task-base-oh-minimal" |
@@ -14,7 +14,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
14 | # kernel26 | 14 | # kernel26 |
15 | # apm | 15 | # apm |
16 | 16 | ||
17 | # Valid only in DISTO_FEATURES: | 17 | # Valid only in DISTRO_FEATURES: |
18 | # | 18 | # |
19 | # nfs | 19 | # nfs |
20 | # smbfs | 20 | # smbfs |
@@ -219,6 +219,16 @@ task-distro-wifi-rdepends = "\ | |||
219 | hostap-utils \ | 219 | hostap-utils \ |
220 | wpa-supplicant-nossl" | 220 | wpa-supplicant-nossl" |
221 | 221 | ||
222 | task-distro-wifi-rrecommends = "\ | ||
223 | kernel-module-ieee80211-crypt \ | ||
224 | kernel-module-ieee80211-crypt-ccmp \ | ||
225 | kernel-module-ieee80211-crypt-tkip \ | ||
226 | kernel-module-ieee80211-crypt-wep \ | ||
227 | kernel-module-ecb \ | ||
228 | kernel-module-arc4 \ | ||
229 | kernel-module-michael-mic \ | ||
230 | kernel-module-aes" | ||
231 | |||
222 | task-distro-smbfs-rrecommends = "\ | 232 | task-distro-smbfs-rrecommends = "\ |
223 | kernel-module-smbfs" | 233 | kernel-module-smbfs" |
224 | 234 | ||