summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/technexion-pico-hobbit/defaultenv-pico-hobbit/network/eth1
blob: dfe63971dfaf49a655b694cc7845e2939c883be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# ip setting (static/dhcp)
ip=dhcp
global.dhcp.vendor_id=barebox-${global.hostname}

# 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 eth1 (i.e. 'usb') to /env/network/eth1-discover

exit 0