Files
arpl/addons/r8125/install.sh
Fabio Belavenuto 971f0c6e70 Added r8125 addon
2022-07-01 18:52:57 -03:00

5 lines
153 B
Bash

if [ "${1}" = "rd" ]; then
echo "Installing module for RealTek RTL8125 2.5Gigabit PCI-e Ethernet adapter"
${INSMOD} "/modules/r8125.ko" ${PARAMS}
fi