summaryrefslogtreecommitdiffstats
path: root/defaultenv/config
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-15 15:23:17 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-02 08:57:07 +0200
commit91b563613e5c831998210a2c500ec4d2492a650b (patch)
treeac3c8166fcbddbc781c0ef04fa7a43a4fe33f3d9 /defaultenv/config
parent3facad280b185d419cd554c69e0c0577253c028b (diff)
downloadbarebox-91b563613e5c831998210a2c500ec4d2492a650b.tar.gz
barebox-91b563613e5c831998210a2c500ec4d2492a650b.tar.xz
dhcp: switch to global var support
This way you can specify as previously set the dhcp parameter via global.dhcp.xxx and get the result via global.dhcp.xxx This is need for the defaultenv-2 to add the bootp suppport. Use it on defaultenv too to have only one set of var. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'defaultenv/config')
-rw-r--r--defaultenv/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultenv/config b/defaultenv/config
index 81d6f95d3b..391ba47c18 100644
--- a/defaultenv/config
+++ b/defaultenv/config
@@ -11,7 +11,7 @@ fi
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
-dhcp_vendor_id=barebox
+global.dhcp.vendor_id=barebox
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d