Skip to content
Snippets Groups Projects
Select Git revision
  • ae982c5f3550baba88782e47f1cfd42062f39d9b
  • experimental default protected
  • v2023.2.5-ffs
  • nrb/ex400-remove-wps
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • experimental-2025-08-13
  • experimental-2025-08-13-base
  • experimental-2025-08-04
  • experimental-2025-08-04-base
  • experimental-2025-07-31
  • experimental-2025-07-31-base
  • experimental-2025-07-29
  • experimental-2025-07-29-base
  • experimental-2025-07-28
  • experimental-2025-07-28-base
  • experimental-2025-07-26
  • experimental-2025-07-26-base
  • experimental-2025-07-24
  • experimental-2025-07-24-base
  • experimental-2025-07-22
  • experimental-2025-07-22-base
  • experimental-2025-07-21
  • experimental-2025-07-21-base
  • experimental-2025-07-20
  • experimental-2025-07-20-base
41 results

features

Blame
  • user avatar
    Maciej Krüger authored
    ae982c5f
    History
    features 1.05 KiB
    -- 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
    
    
    feature('web-wizard', {
    	'gluon-config-mode-hostname',
    	'gluon-config-mode-geo-location',
    	'gluon-config-mode-contact-info',
    	'gluon-config-mode-outdoor',
    })
    
    when(_'web-wizard' and _'autoupdater', {
    	'gluon-config-mode-autoupdater',
    })
    
    when(_'web-wizard' and (
    	_'mesh-vpn-fastd' or
    	_'mesh-vpn-fastd-l2tp' or
    	_'mesh-vpn-tunneldigger' or
    	_'mesh-vpn-wireguard'
    ), {
    	'gluon-config-mode-mesh-vpn',
    })
    
    
    feature('web-advanced', {
    	'gluon-web-admin',
    	'gluon-web-network',
    	'gluon-web-wifi-config',
    })
    
    when(_'web-advanced' and _'autoupdater', {
    	'gluon-web-autoupdater',
    })
    
    
    when(_'mesh-batman-adv-15', {
    	'gluon-ebtables-limit-arp',
    	'gluon-radvd',
    })
    
    when(_'status-page' and _'mesh-batman-adv-15', {
    	'gluon-status-page-mesh-batman-adv',
    })
    
    
    when(_'mesh-babel' or _'mesh-olsrd', {
    	'gluon-radvd',
    })
    
    
    when(not _'wireless-encryption-wpa3', {
    	'hostapd-mini',
    })