Skip to content
Snippets Groups Projects
Select Git revision
  • a9f1e30bd6c317c3ba41f1673abb0bdbdbd50a59
  • v2018.2.x default
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
42 results

modules

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    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',
    })