mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-02 22:42:06 +08:00
6 lines
164 B
Bash
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
|