mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-15 16:56:05 +08:00
This also includes support for OpenSSL 3 for RHEL 8.6. Task-number: QTQAINFRA-5368 Change-Id: Ifeb87f840eaa0df227ae2b8c20a58c126f654d2e Reviewed-by: Kai Köhne <kai.koehne@qt.io>
4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "ETHTOOL_OPTS='-K \${DEVICE} tso off'" | sudo tee -a /etc/sysconfig/network-scripts/ifcfg-Wired_connection_1
|