first commit

This commit is contained in:
Fabio Belavenuto
2022-07-01 13:57:55 -03:00
commit a08662802d
1085 changed files with 341425 additions and 0 deletions

View 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