mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-07 10:02:06 +08:00
6 lines
151 B
Bash
6 lines
151 B
Bash
if [ "${1}" = "rd" ]; then
|
|
echo "Installing modules for ehci-pci"
|
|
${INSMOD} "/modules/ehci-hcd.ko"
|
|
${INSMOD} "/modules/ehci-pci.ko" ${PARAMS}
|
|
fi
|