加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson_options.txt 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
option('tests', type: 'feature', description: 'Build tests')
option('uboot-env', type: 'boolean',
description: 'Update u-boot env for MAC changes')
option('default-link-local-autoconf', type: 'boolean',
description: 'Enable link local autoconfiguration by default')
option('default-ipv6-accept-ra', type: 'boolean',
description: 'Accept router advertisements by default')
option('sync-mac', type: 'boolean',
description: 'Sync mac address with phosphor-inventory-manager')
option('hyp-nw-config', type : 'boolean',
description : 'ibm-oem: Enable the hypervisor network manager')
option('persist-mac', type: 'boolean',
description: 'Permit the MAC address to be written to the systemd.network config')
option('force-sync-mac', type: 'boolean',
description: 'Force sync mac address no matter is first boot or not')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化