tools: fix test_runner_kernel_config for HT/VHT

This should now properly load regulatory.db and disable verification
This commit is contained in:
James Prestwood 2019-03-18 10:20:51 -07:00 committed by Denis Kenzior
parent 3863fa3670
commit 71c7d826e4
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ scripts/config --enable CONFIG_VLAN_8021Q
scripts/config --enable CONFIG_EXPERT
scripts/config --enable CONFIG_CFG80211_CERTIFICATION_ONUS
scripts/config --enable CONFIG_EXTRA_FIRMWARE="regulatory.db"
scripts/config --set-str CONFIG_EXTRA_FIRMWARE regulatory.db
scripts/config --disable CONFIG_CFG80211_REQUIRE_SIGNED_REGDB
scripts/config --enable CONFIG_CRYPTO_USER_API_SKCIPHER
scripts/config --enable CONFIG_CRYPTO_USER_API_AEAD