Skip to content
Snippets Groups Projects
Select Git revision
  • 43ceba8cb99dff243e21fb23ae2cda8e7e163956
  • 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

0015-hostapd-prevent-channel-switch-for-5GHz.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    site.mk 1.41 KiB
    ##	gluon site.mk makefile example
    
    ##	GLUON_FEATURES
    #		Specify Gluon features/packages to enable;
    #		Gluon will automatically enable a set of packages
    #		depending on the combination of features listed
    
    GLUON_FEATURES := \
    	autoupdater \
    	ebtables-filter-multicast \
    	ebtables-filter-ra-dhcp \
    	ebtables-limit-arp \
    	mesh-batman-adv-15 \
    	mesh-vpn-fastd \
    	radvd \
    	respondd \
    	status-page \
    	web-advanced \
    	web-wizard
    
    ##	GLUON_SITE_PACKAGES
    #		Specify additional Gluon/LEDE packages to include here;
    #		A minus sign may be prepended to remove a packages from the
    #		selection that would be enabled by default or due to the
    #		chosen feature flags
    
    GLUON_SITE_PACKAGES := haveged iwinfo
    
    ##	DEFAULT_GLUON_RELEASE
    #		version string to use for images
    #		gluon relies on
    #			opkg compare-versions "$1" '>>' "$2"
    #		to decide if a version is newer or not.
    
    DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
    
    # Variables set with ?= can be overwritten from the command line
    
    ##	GLUON_RELEASE
    #		call make with custom GLUON_RELEASE flag, to use your own release version scheme.
    #		e.g.:
    #			$ make images GLUON_RELEASE=23.42+5
    #		would generate images named like this:
    #			gluon-ff%site_code%-23.42+5-%router_model%.bin
    
    GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
    
    # Default priority for updates.
    GLUON_PRIORITY ?= 0
    
    # Region code required for some images; supported values: us eu
    GLUON_REGION ?= eu
    
    # Languages to include
    GLUON_LANGS ?= en de