summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/env/network/eth0
blob: 17e0c185f59348c5b3fc43a9db2a6a8841cdcfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# ip setting (static/dhcp)
ip=static

# static setup used if ip=static
ipaddr=172.0.0.2
netmask=255.255.255.0
gateway=172.0.0.1
serverip=172.0.0.1
ethaddr=80:81:82:83:84:85