9
0
Fork 0

at91: set dhcp vendor id on Atmel Reference board

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-13 18:43:15 +01:00 committed by Sascha Hauer
parent 4f600789c5
commit 495dffdaa5
5 changed files with 17 additions and 0 deletions

View File

@ -4,6 +4,13 @@
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
if [ x$armlinux_architecture = x1099 ]
then
dhcp_vendor_id=barebox-at91sam9260ek
else
dhcp_vendor_id=barebox-at91sam9g20ek
fi
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d
#eth0.netmask=a.b.c.d

View File

@ -4,6 +4,13 @@
# use 'none' if you want to skip kernel ip autoconfiguration
ip=dhcp
if [ x$armlinux_architecture = x848 ]
then
dhcp_vendor_id=barebox-at91sam9261ek
else
dhcp_vendor_id=barebox-at91sam9g10ek
fi
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d
#eth0.netmask=a.b.c.d

View File

@ -3,6 +3,7 @@
# 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-at91sam9263ek
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d

View File

@ -3,6 +3,7 @@
# 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-at91sam9m10g45ek
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d

View File

@ -3,6 +3,7 @@
# 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-at91sam9x5ek
# or set your networking parameters here
#eth0.ipaddr=a.b.c.d