config: Control the interface from the command line net config file.

This commit is contained in:
Chris Johns
2019-06-12 17:21:33 +10:00
committed by Sebastian Huber
parent ddc7300ccb
commit 103d31c044
3 changed files with 4 additions and 2 deletions

View File

@@ -218,7 +218,8 @@ class Builder(builder.ModuleManager):
#
if not os.path.exists(bld.env.NET_CONFIG):
bld.fatal('network configuraiton \'%s\' not found' % (bld.env.NET_CONFIG))
tags = [ 'NET_CFG_SELF_IP',
tags = [ 'NET_CFG_INTERFACE_0',
'NET_CFG_SELF_IP',
'NET_CFG_NETMASK',
'NET_CFG_PEER_IP',
'NET_CFG_GATEWAY_IP' ]