summaryrefslogtreecommitdiffstats
path: root/defaultenv-2/base/network/eth0
blob: 048a2882453d487b82a5a2912768b8bc290f77c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# ip setting (static/dhcp)
ip=dhcp

# static setup used if ip=static
ipaddr=
netmask=
gateway=
serverip=

# MAC address if needed
#ethaddr=xx:xx:xx:xx:xx:xx

# put code to discover eth0 (i.e. 'usb') to /env/network/eth0-discover