mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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:
@@ -1,5 +1,5 @@
|
|||||||
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
|
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
PACKAGES = "task-base \
|
PACKAGES = "task-base \
|
||||||
task-base-oh-minimal"
|
task-base-oh-minimal"
|
||||||
@@ -14,7 +14,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||||||
# kernel26
|
# kernel26
|
||||||
# apm
|
# apm
|
||||||
|
|
||||||
# Valid only in DISTO_FEATURES:
|
# Valid only in DISTRO_FEATURES:
|
||||||
#
|
#
|
||||||
# nfs
|
# nfs
|
||||||
# smbfs
|
# smbfs
|
||||||
@@ -219,6 +219,16 @@ task-distro-wifi-rdepends = "\
|
|||||||
hostap-utils \
|
hostap-utils \
|
||||||
wpa-supplicant-nossl"
|
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 = "\
|
task-distro-smbfs-rrecommends = "\
|
||||||
kernel-module-smbfs"
|
kernel-module-smbfs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user