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