Skip to content

Instantly share code, notes, and snippets.

@XECDesign
Created March 29, 2017 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XECDesign/bd4f25d74fd0b5bd9dcfd0a7dd220021 to your computer and use it in GitHub Desktop.
Save XECDesign/bd4f25d74fd0b5bd9dcfd0a7dd220021 to your computer and use it in GitHub Desktop.
#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
esac
. /usr/share/initramfs-tools/hook-functions
manual_add_modules usb_f_acm
#manual_add_modules usb_f_ecm
force_load g_cdc host_addr=7A:55:74:2D:24:68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment