From 17c0ffab67258d13b73970609f907f14ed1d015b Mon Sep 17 00:00:00 2001 From: "Joseph T. Foley" Date: Thu, 2 Jul 2026 10:08:47 +0000 Subject: [PATCH] ECM was not breaking network --- Scripts/gadget.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/gadget.sh b/Scripts/gadget.sh index c1d054b..4cfe8f3 100755 --- a/Scripts/gadget.sh +++ b/Scripts/gadget.sh @@ -47,8 +47,8 @@ ln -s functions/acm.usb0 configs/c.1/ ## Ethernet (RNDIS and ECM) ## Of note, this may cause the IP to show up as 127.0.0.1 ## and wireless to suddenly fail to connect -#mkdir functions/ecm.usb0 -#ln -s functions/ecm.usb0 configs/c.1/ +mkdir functions/ecm.usb0 +ln -s functions/ecm.usb0 configs/c.1/ ## USB Device Controller update UDC=`ls /sys/class/udc`