Skip to content
Snippets Groups Projects
site.mk 1.15 KiB
Newer Older
  • Learn to ignore specific revisions
  • GLUON_SITE_PACKAGES := \
    	gluon-mesh-batman-adv-15 \
    	gluon-alfred \
    
    	gluon-autoupdater \
    	gluon-config-mode-autoupdater \
    	gluon-config-mode-contact-info \
    
    Leonard Penzer's avatar
    Leonard Penzer committed
    	gluon-config-mode-core \
    
    	gluon-config-mode-geo-location \
    	gluon-config-mode-hostname \
    	gluon-config-mode-mesh-vpn \
    	gluon-ebtables-filter-multicast \
    	gluon-ebtables-filter-ra-dhcp \
    
    	gluon-luci-admin \
    	gluon-luci-autoupdater \
    	gluon-luci-portconfig \
    
    	gluon-luci-private-wifi \
    
    Leonard Penzer's avatar
    Leonard Penzer committed
    	gluon-luci-wifi-config \
    
    	gluon-neighbour-info \
    
    	gluon-mesh-vpn-fastd \
    
    Leonard Penzer's avatar
    Leonard Penzer committed
    	gluon-setup-mode \
    
    	haveged \
    
    Leonard Penzer's avatar
    Leonard Penzer committed
    
    
    DEFAULT_GLUON_RELEASE := 0.8+$(shell date '+%Y.%m.%d-%H.%M')-g.$(shell git -C $(GLUONDIR) log --pretty=format:'%h' -n 1)-s.$(shell git -C $(GLUONDIR)/site log --pretty=format:'%h' -n 1)
    
    Leonard Penzer's avatar
    Leonard Penzer committed
    GLUON_LANGS := de en
    
    
    # Allow overriding the release number from the command line
    GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
    
    
    Flip's avatar
    Flip committed
    # Region code required for some images; supported values: us eu
    GLUON_REGION ?= eu
    
    
    # Default priority for updates.
    GLUON_PRIORITY ?= 0.1
    
    
    #enable generation of images for ath10k devices with ibss mode
    GLUON_ATH10K_MESH=ibss