summaryrefslogtreecommitdiffstats
path: root/waf_libbsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-06-12 17:21:33 +1000
committerChris Johns <chrisj@rtems.org>2019-06-12 17:20:28 +1000
commit71365506a8785b2893f5f72de2bf1455c93f58b5 (patch)
treef86231b01bfe047d1e565b5686ef64d7cfd299e3 /waf_libbsd.py
parentRemove junk folders. (diff)
downloadrtems-libbsd-71365506a8785b2893f5f72de2bf1455c93f58b5.tar.bz2
config: Control the interface from the command line net config file.
Diffstat (limited to '')
-rw-r--r--waf_libbsd.py3
1 files changed, 2 insertions, 1 deletions
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' ]