summaryrefslogtreecommitdiffstats
path: root/waf_libbsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-06-12 17:21:33 +1000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-06-13 08:57:39 +0200
commit103d31c044523d29f28c54a1dcb5eca820e64a3e (patch)
treeae48d2c879643a1574a39614fde33f0642d5e727 /waf_libbsd.py
parentRemove junk folders. (diff)
downloadrtems-libbsd-103d31c044523d29f28c54a1dcb5eca820e64a3e.tar.bz2
config: Control the interface from the command line net config file.
Diffstat (limited to 'waf_libbsd.py')
-rw-r--r--waf_libbsd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/waf_libbsd.py b/waf_libbsd.py
index 468dcc97..bc732369 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' ]