9
0
Fork 0

sandbox: update to new environment

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Michael Grzeschik 2014-02-02 21:32:49 +01:00 committed by Sascha Hauer
parent 5dd2ee50d5
commit a4d39ca0f1
3 changed files with 11 additions and 15 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
PATH=/env/bin
export PATH
. /env/config

View File

@ -1,8 +0,0 @@
#!/bin/sh
eth0.ipaddr=172.0.0.2
eth0.netmask=255.255.255.0
eth0.gateway=172.0.0.1
eth0.serverip=172.0.0.1
eth0.ethaddr=80:81:82:83:84:85

11
arch/sandbox/board/env/network/eth0 vendored Normal file
View File

@ -0,0 +1,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