mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 23:40:33 +01:00
build/meson: drop option for deprecated ifcfg-suse setting plugins
This commit is contained in:
parent
68fa0ea8eb
commit
7bc2195721
2 changed files with 0 additions and 6 deletions
|
|
@ -221,7 +221,6 @@ else
|
|||
endif
|
||||
|
||||
enable_ifcfg_rh = get_option('ifcfg_rh') or (distro == 'redhat')
|
||||
enable_ifcfg_suse = get_option('ifcfg_suse') or (distro == 'suse')
|
||||
enable_ifupdown = get_option('ifupdown') or (distro == 'debian')
|
||||
enable_ifnet = get_option('ifnet') or (distro == 'gentoo')
|
||||
|
||||
|
|
@ -236,10 +235,6 @@ if config_plugins_default == ''
|
|||
config_plugins += ['ifcfg-rh']
|
||||
endif
|
||||
|
||||
if enable_ifcfg_suse
|
||||
config_plugins += ['ifcfg-suse']
|
||||
endif
|
||||
|
||||
if enable_ifupdown
|
||||
config_plugins += ['ifupdown']
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ option('bluez5_dun', type: 'boolean', value: false, description: 'enable Bluez5
|
|||
option('config_plugins_default', type: 'string', value: '', description: 'Default configuration option for main.plugins setting, used as fallback if the configuration option is unset')
|
||||
option('config_plugin_ibft', type: 'boolean', value: true, description: 'enable ibft configuration plugin')
|
||||
option('ifcfg_rh', type: 'boolean', value: false, description: 'enable ifcfg-rh configuration plugin (Fedora/RHEL)')
|
||||
option('ifcfg_suse', type: 'boolean', value: false, description: 'enable ifcfg-suse configuration plugin (SUSE) (deprecated)')
|
||||
option('ifupdown', type: 'boolean', value: false, description: 'enable ifupdown configuration plugin (Debian/Ubuntu)')
|
||||
option('ifnet', type: 'boolean', value: false, description: 'enable ifnet configuration plugin (Gentoo)')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue