From c918b620a8aa671323d0acbef253c823a6c332c3 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sat, 23 Nov 2024 14:12:53 +0100 Subject: [PATCH] Update build Signed-off-by: jayofelony --- scripts/linux_connection_share.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/linux_connection_share.sh b/scripts/linux_connection_share.sh index 380afa0d..b8f187da 100755 --- a/scripts/linux_connection_share.sh +++ b/scripts/linux_connection_share.sh @@ -2,11 +2,11 @@ set -e # name of the ethernet gadget interface on the host -USB_IFACE=${1:-enp0s20f0u1} +USB_IFACE=${1:-enx002282ffff20} USB_IFACE_IP=10.0.0.1 USB_IFACE_NET=10.0.0.0/24 # host interface to use for upstream connection -UPSTREAM_IFACE=${2:-enxe4b97aa99867} +UPSTREAM_IFACE=${2:-wlp2s0} ip addr add "$USB_IFACE_IP/24" dev "$USB_IFACE" ip link set "$USB_IFACE" up