diff --git a/hardware/magneto.sh b/hardware/magneto.sh index d70383f..99a86db 100755 --- a/hardware/magneto.sh +++ b/hardware/magneto.sh @@ -38,3 +38,20 @@ cd /usr/src/linux; ./scripts/config --enable MEDIA_CAMERA_SUPPORT ./scripts/config --enable MEDIA_USB_SUPPORT ./scripts/config --enable USB_VIDEO_CLASS + + +./scripts/config --enable CONFIG_BT_RFCOMM +./scripts/config --enable CONFIG_BT_RFCOMM_TTY +./scripts/config --enable CONFIG_BT_BNEP +./scripts/config --enable CONFIG_BT_BNEP_MC_FILTER +./scripts/config --enable CONFIG_BT_BNEP_PROTO_FILTER +./scripts/config --enable CONFIG_BT_HIDP +./scripts/config --enable CONFIG_CRYPTO_USER +./scripts/config --enable CONFIG_CRYPTO_USER_API_AEAD + +# Minikube +./scripts/config --enable NF_CONNTRACK_TIMEOUT +./scripts/config --enable CONFIG_NF_CONNTRACK_EVENTS +./scripts/config --enable CONFIG_NETFILTER_NETLINK_QUEUE +./scripts/config --enable CONFIG_NF_CT_NETLINK_TIMEOUT +./scripts/config --enable CONFIG_NF_CT_NETLINK_HELPER \ No newline at end of file