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
This commit is contained in:
Marcin Juszkiewicz 2007-03-22 10:36:52 +00:00
parent 1d48528c36
commit 4d5b411831
1 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
PR = "r0"
PR = "r1"
PACKAGES = "task-base \
task-base-oh-minimal"
@ -14,7 +14,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
# kernel26
# apm
# Valid only in DISTO_FEATURES:
# Valid only in DISTRO_FEATURES:
#
# nfs
# smbfs
@ -219,6 +219,16 @@ task-distro-wifi-rdepends = "\
hostap-utils \
wpa-supplicant-nossl"
task-distro-wifi-rrecommends = "\
kernel-module-ieee80211-crypt \
kernel-module-ieee80211-crypt-ccmp \
kernel-module-ieee80211-crypt-tkip \
kernel-module-ieee80211-crypt-wep \
kernel-module-ecb \
kernel-module-arc4 \
kernel-module-michael-mic \
kernel-module-aes"
task-distro-smbfs-rrecommends = "\
kernel-module-smbfs"