RROrg-rr/addons/r8169/install.sh
Fabio Belavenuto a08662802d first commit
2022-07-01 13:57:55 -03:00

6 lines
164 B
Bash

if [ "${1}" = "rd" ]; then
echo "Installing module for Realtek R8169 Ethernet adapter"
${INSMOD} "/modules/mii.ko"
${INSMOD} "/modules/r8169.ko" ${PARAMS}
fi