mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 11:39:24 +01:00
13 lines
397 B
Bash
Executable File
13 lines
397 B
Bash
Executable File
#! /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
|