Skip to content
Snippets Groups Projects
Select Git revision
  • 7c2636d28264df20b448b0160b69f5059c40b84a
  • v2018.2.x default protected
  • 0x4A6F-rpi4
  • 0x4A6F-master
  • master
  • v2018.2.2-ffs
  • v2016.2.4-batmanbug
  • radv-filterd
  • v2016.2.x
  • hoodselector
  • v2016.1.x
  • babel
  • v2015.1.x
  • 2014.4.x
  • 2014.3.x
  • v2018.2.2-ffs0.1
  • v2018.2.1-ffs0.1
  • v2018.2.1
  • v2018.2-ffs0.1
  • v2018.2
  • v2018.1.4
  • v2018.1.3
  • v2018.1.2
  • v2018.1.1
  • v2018.1
  • v2017.1.8
  • v2017.1.7
  • v2017.1.6
  • v2017.1.5
  • v2017.1.4
  • v2017.1.3
  • v2017.1.2
  • v2016.2.7
  • v2017.1.1
  • v2017.1
35 results

README.md

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    features 1.21 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', {
    	nodefault = true,
    	packages = {
    		'gluon-config-mode-hostname',
    		'gluon-config-mode-geo-location',
    		'gluon-config-mode-contact-info',
    		'gluon-config-mode-outdoor',
    	},
    })
    
    feature(_'web-wizard' and _'autoupdater', {
    	packages = {
    		'gluon-config-mode-autoupdater',
    	},
    })
    
    feature(_'web-wizard' and (_'mesh-vpn-fastd' or _'mesh-vpn-tunneldigger'), {
    	packages = {
    		'gluon-config-mode-mesh-vpn',
    	},
    })
    
    
    feature(_'web-advanced', {
    	nodefault = true,
    	packages = {
    		'gluon-web-admin',
    		'gluon-web-network',
    		'gluon-web-wifi-config',
    	},
    })
    
    feature(_'web-advanced' and _'autoupdater', {
    	packages = {
    		'gluon-web-autoupdater',
    	},
    })
    
    feature(_'status-page' and _'mesh-batman-adv-15', {
    	packages = {
    		'gluon-status-page-mesh-batman-adv',
    	},
    })
    
    feature(_'mesh-batman-adv-15', {
    	packages = {
    		'gluon-ebtables-limit-arp',
    		'gluon-radvd',
    	},
    })
    
    feature(_'mesh-babel', {
    	packages = {
    		'gluon-radvd',
    	},
    })
    
    feature(not _'wireless-encryption-wpa3', {
    	packages = {
    		'hostapd-mini',
    	},
    })