9
0
Fork 0
barebox/net
Enrico Jorns 841d83ff0a net: add linux.bootarg parameter from ifup call
This sets a `ip=dhcp` or
`ip=<clientip>:<serverip>:<gatewayip>:<netmaskip>::<iface>:` bootarg for
the network device upon execution of 'ifup'. This is the only point
where we can distinguish between a static ip and a dhcp-based network
setup and thus set a valid bootarg options as it will be required for
nfs boot, for example.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-09-22 11:30:38 +02:00
..
Kconfig net: Add SNTP support 2016-01-07 08:46:09 +01:00
Makefile net: Add SNTP support 2016-01-07 08:46:09 +01:00
dhcp.c convert users to %pI4 2016-09-22 11:30:38 +02:00
dns.c convert users to %pI4 2016-09-22 11:30:38 +02:00
eth.c net: add linux.bootarg parameter from ifup call 2016-09-22 11:30:38 +02:00
ifup.c net: add linux.bootarg parameter from ifup call 2016-09-22 11:30:38 +02:00
lib.c convert users to %pI4 2016-09-22 11:30:38 +02:00
net.c convert users to %pI4 2016-09-22 11:30:38 +02:00
netconsole.c convert users to %pI4 2016-09-22 11:30:38 +02:00
nfs.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
nfs.h pass filename to nfs and tftp start functions 2009-10-19 10:18:51 +02:00
ping.c net: ping: return an error exit code when connection fails 2015-04-03 08:03:08 +02:00
rarp.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
sntp.c net: Add SNTP support 2016-01-07 08:46:09 +01:00