]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/build-utilites.git/blobdiff - verify_kernel_config.sh
configuration.sh
[wilink8-wlan/build-utilites.git] / verify_kernel_config.sh
index 8ed7f3e6b6d10ce6716b8da09f202ad1f42eceb9..b9b72e88c8e3335a1edc7f3a991eb3004c356558 100755 (executable)
@@ -13,7 +13,6 @@ function usage ()
 base_config=(
     CONFIG_WLAN=y
     CONFIG_WIRELESS=y
-    CONFIG_WIRELESS_EXT=y
     CONFIG_KEYS=y
     CONFIG_SECURITY=y
     CONFIG_CRYPTO=y
@@ -23,6 +22,7 @@ base_config=(
     CONFIG_CRYPTO_AES=y
     CONFIG_CRYPTO_MICHAEL_MIC=y
     CONFIG_CRYPTO_CCM=y
+    CONFIG_CRYPTO_GCM=y
     CONFIG_RFKILL=y
     CONFIG_REGULATOR_FIXED_VOLTAGE=y
     CONFIG_CRC7=y
@@ -86,4 +86,4 @@ verify_configuration base_config[@]
 [ $IP_TABLES ] && verify_configuration ip_table_config[@]
 [ $NO_DEVICE_TREE ] && verify_configuration no_dt_config[@]
 [ $BT_HCI ] && verify_configuration hci_config[@]
-exit
\ No newline at end of file
+exit