summaryrefslogtreecommitdiffstats
path: root/defaultenv/config
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-09-25 22:54:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-26 13:22:25 +0200
commit5eded015090dceaa925dd536822f6ab07f3a46c4 (patch)
treec115d58a02d68ce51d5c0de03c1c17dda1e04ce5 /defaultenv/config
parenta55147be13065de9218568b28407294334011e11 (diff)
downloadbarebox-5eded015090dceaa925dd536822f6ab07f3a46c4.tar.gz
barebox-5eded015090dceaa925dd536822f6ab07f3a46c4.tar.xz
defaultenv: place eth0.ethaddr more visibly
The config file looks like you just need to set ethaddr when you do static IP. This is misleading, so put the setting to a more prominent place. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/config')
-rw-r--r--defaultenv/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/defaultenv/config b/defaultenv/config
index c2fe6ce2e9..0aaead5ccb 100644
--- a/defaultenv/config
+++ b/defaultenv/config
@@ -3,6 +3,9 @@
machine=FIXME
#user=
+# Enter MAC address here if not retrieved automatically
+#eth0.ethaddr=de:ad:be:ef:00:00
+
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
@@ -12,7 +15,6 @@ ip=dhcp
#eth0.netmask=a.b.c.d
#eth0.serverip=a.b.c.d
#eth0.gateway=a.b.c.d
-#eth0.ethaddr=de:ad:be:ef:00:00
# can be either 'tftp', 'nfs', 'nand', 'nor' or 'disk'
kernel_loc=tftp