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

5 lines
140 B
Bash

if [ "${1}" = "rd" ]; then
echo "Installing module for Atheros L1C Gigabit Ethernet adapter"
${INSMOD} "/modules/atl1c.ko" ${PARAMS}
fi