Update S40network

pull/1770/head
Signor Pellegrino 2025-03-24 10:48:27 +03:00 committed by GitHub
parent c64432ed34
commit aa087d1a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ set_wireless() {
ifup usb0 ifup usb0
ifup eth1 ifup eth1
fi fi
[ -e /sys/class/net/eth0 ] && ifconfig eth0 "${net:-192.168.2.10}" netmask 255.255.255.0 hw ether "${eth:-00:00:23:34:45:66}" [ -e /sys/class/net/eth0 ] && ifconfig eth0 "${net:-192.168.2.10}" hw ether "${eth:-00:00:23:34:45:66}" up
} }
start() { start() {