From 71365506a8785b2893f5f72de2bf1455c93f58b5 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 12 Jun 2019 17:21:33 +1000 Subject: config: Control the interface from the command line net config file. --- waf_libbsd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'waf_libbsd.py') diff --git a/waf_libbsd.py b/waf_libbsd.py index 9445d629..46237c21 100644 --- a/waf_libbsd.py +++ b/waf_libbsd.py @@ -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' ] -- cgit v1.2.3