mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-16 09:22:07 +08:00
first commit
This commit is contained in:
5
addons/ehci-pci/install.sh
Normal file
5
addons/ehci-pci/install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
if [ "${1}" = "rd" ]; then
|
||||
echo "Installing modules for ehci-pci"
|
||||
${INSMOD} "/modules/ehci-hcd.ko"
|
||||
${INSMOD} "/modules/ehci-pci.ko" ${PARAMS}
|
||||
fi
|
||||
Reference in New Issue
Block a user