mirror of
https://github.com/fbelavenuto/arpl.git
synced 2025-12-24 06:42:06 +08:00
5 lines
140 B
Bash
5 lines
140 B
Bash
if [ "${1}" = "rd" ]; then
|
|
echo "Installing module for Atheros L1C Gigabit Ethernet adapter"
|
|
${INSMOD} "/modules/atl1c.ko" ${PARAMS}
|
|
fi
|