9
0
Fork 0

at91: set ip mode to dhcp-barebox

As the mainline kernel does not enable the bootp support by default

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-03-30 06:47:54 +02:00 committed by Sascha Hauer
parent 4972614e62
commit 3600ded7fd
7 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
ip=dhcp-barebox
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
ip=dhcp-barebox
if [ x$armlinux_architecture = x1099 ]
then

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
ip=dhcp-barebox
if [ x$armlinux_architecture = x848 ]
then

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
ip=dhcp-barebox
dhcp_vendor_id=barebox-at91sam9263ek
# or set your networking parameters here

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
ip=dhcp-barebox
dhcp_vendor_id=barebox-at91sam9m10g45ek
# or set your networking parameters here

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=none
ip=dhcp-barebox
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d

View File

@ -2,7 +2,7 @@
# use 'dhcp' to do dhcp in barebox and in kernel
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
ip=dhcp-barebox
dhcp_vendor_id=barebox-at91sam9x5ek
# or set your networking parameters here