summaryrefslogtreecommitdiffstats
path: root/waf_libbsd.py
diff options
context:
space:
mode:
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 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' ]