blob: 56234e623d2e126ec18aaab9c11c6e138a509ab3 [file] [log] [blame]
William A. Kennington III0a01b2a2021-05-13 18:38:57 -07001option('tests', type: 'feature', description: 'Build tests')
2
3option('uboot-env', type: 'boolean',
4 description: 'Update u-boot env for MAC changes')
5option('default-link-local-autoconf', type: 'boolean',
6 description: 'Enable link local autoconfiguration by default')
7option('default-ipv6-accept-ra', type: 'boolean',
8 description: 'Accept router advertisements by default')
William A. Kennington III0a01b2a2021-05-13 18:38:57 -07009option('sync-mac', type: 'boolean',
10 description: 'Sync mac address with phosphor-inventory-manager')
Asmitha Karunanithibe2bdec2021-05-13 02:54:29 -050011option('hyp-nw-config', type : 'boolean',
12 description : 'ibm-oem: Enable the hypervisor network manager')
Johnathan Mantey609c12d2022-02-03 09:23:09 -080013option('persist-mac', type: 'boolean',
14 description: 'Permit the MAC address to be written to the systemd.network config')
Potin Lai9f621f32022-11-18 12:03:09 +080015option('force-sync-mac', type: 'boolean',
16 description: 'Force sync mac address no matter is first boot or not')
17