mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +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
|