From a931971cfd642a12bd108b132157196314c9bf02 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 4 Jan 2017 15:39:44 -0500 Subject: [PATCH] Better comments in pi_startup.sh --- pi_startup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pi_startup.sh b/pi_startup.sh index 1047346..ed9ab7b 100644 --- a/pi_startup.sh +++ b/pi_startup.sh @@ -54,10 +54,12 @@ echo $SELF1 > functions/ecm.usb0/dev_addr mkdir -p functions/acm.gs0 # Link everything and bind the USB device +# Fist config, RNDIS function +# Comment these two lines to make it work on MacOs ln -s configs/c.1 os_desc - ln -s functions/rndis.usb0 configs/c.1 +# Second config, CDC ECM and ACM functions ln -s functions/ecm.usb0 configs/c.2 ln -s functions/acm.gs0 configs/c.2 # End functions