Split RNDIS gadget into individual script

This commit is contained in:
Marc Riera 2023-05-16 00:12:57 +02:00
parent a98a1c07d6
commit f03c7849df
5 changed files with 29 additions and 23 deletions

View file

@ -98,6 +98,14 @@ fi
chmod 755 /usr/bin/ddgo-pnp-controller
if ! cp -f "${USB_ROOT}/payload/rndis-gadget.sh" /usr/bin; then
echo "Failed to install rndis-gadget.sh"
error_exit
fi
chmod 755 /usr/bin/rndis-gadget.sh
echo "Installation complete"
# We're done