mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 19:49:23 +01:00
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
scripts/config --enable CONFIG_MAC80211_HWSIM
|
||
|
scripts/config --enable CONFIG_DRIVER_NL80211
|
||
|
scripts/config --enable CONFIG_VLAN_8021Q
|
||
|
|
||
|
scripts/config --enable CONFIG_CRYPTO_USER_API_SKCIPHER
|
||
|
scripts/config --enable CONFIG_CRYPTO_USER_API_HASH
|
||
|
|
||
|
scripts/config --enable CONFIG_HW_RANDOM_VIRTIO
|
||
|
scripts/config --enable CONFIG_HW_RANDOM_INTEL
|
||
|
#scripts/config --enable CONFIG_HW_RANDOM_AMD
|