2020-05-31 11:04:10 +00:00
|
|
|
-- GLUON_FEATURES definition file
|
|
|
|
--
|
|
|
|
-- See the page `dev/packages` (Developer Documentation / Package development)
|
|
|
|
-- in the `docs` directory or on gluon.readthedocs.io for information on the
|
|
|
|
-- file format
|
2017-07-08 23:09:15 +00:00
|
|
|
|
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
feature('web-wizard', {
|
|
|
|
'gluon-config-mode-hostname',
|
|
|
|
'gluon-config-mode-geo-location',
|
|
|
|
'gluon-config-mode-contact-info',
|
|
|
|
'gluon-config-mode-outdoor',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2017-07-08 23:09:15 +00:00
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
when(_'web-wizard' and _'autoupdater', {
|
|
|
|
'gluon-config-mode-autoupdater',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2017-07-08 23:09:15 +00:00
|
|
|
|
2021-03-07 19:47:27 +00:00
|
|
|
when(_'web-wizard' and (
|
|
|
|
_'mesh-vpn-fastd' or
|
|
|
|
_'mesh-vpn-fastd-l2tp' or
|
|
|
|
_'mesh-vpn-tunneldigger' or
|
|
|
|
_'mesh-vpn-wireguard'
|
|
|
|
), {
|
2020-08-28 20:04:06 +00:00
|
|
|
'gluon-config-mode-mesh-vpn',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2017-07-08 23:09:15 +00:00
|
|
|
|
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
feature('web-advanced', {
|
|
|
|
'gluon-web-admin',
|
|
|
|
'gluon-web-network',
|
|
|
|
'gluon-web-wifi-config',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2017-07-08 23:09:15 +00:00
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
when(_'web-advanced' and _'autoupdater', {
|
|
|
|
'gluon-web-autoupdater',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2018-04-13 18:44:52 +00:00
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
|
|
|
|
when(_'mesh-batman-adv-15', {
|
|
|
|
'gluon-ebtables-limit-arp',
|
|
|
|
'gluon-radvd',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2018-09-05 02:45:41 +00:00
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
when(_'status-page' and _'mesh-batman-adv-15', {
|
|
|
|
'gluon-status-page-mesh-batman-adv',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2019-07-20 11:55:30 +00:00
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
|
|
|
|
when(_'mesh-babel', {
|
|
|
|
'gluon-radvd',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|
2020-01-09 23:27:17 +00:00
|
|
|
|
2020-08-28 20:04:06 +00:00
|
|
|
|
|
|
|
when(not _'wireless-encryption-wpa3', {
|
|
|
|
'hostapd-mini',
|
2020-05-31 11:04:10 +00:00
|
|
|
})
|