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

site.mk

Blame
  • Forked from firmware / FFS Gluon
    4966 commits behind the upstream repository.
    site.mk 1.31 KiB
    ##	gluon site.mk makefile example
    
    ##	GLUON_SITE_PACKAGES
    #		specify gluon/openwrt packages to include here
    #		The gluon-mesh-batman-adv-* package must come first because of the dependency resolution
    
    GLUON_SITE_PACKAGES := \
    	gluon-mesh-batman-adv-15 \
    	gluon-alfred \
    	gluon-announced \
    	gluon-autoupdater \
    	gluon-config-mode-hostname \
    	gluon-config-mode-autoupdater \
    	gluon-config-mode-mesh-vpn \
    	gluon-config-mode-geo-location \
    	gluon-config-mode-contact-info \
    	gluon-ebtables-filter-multicast \
    	gluon-ebtables-filter-ra-dhcp \
    	gluon-luci-admin \
    	gluon-luci-autoupdater \
    	gluon-luci-portconfig \
    	gluon-next-node \
    	gluon-mesh-vpn-fastd \
    	gluon-radvd \
    	gluon-status-page \
    	iwinfo \
    	iptables \
    	haveged
    
    ##	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.4+0-exp$(shell date '+%Y%m%d')
    
    
    ##	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
    
    # Allow overriding the release number from the command line
    GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
    
    # Default priority for updates.
    GLUON_PRIORITY ?= 0