Skip to content
Snippets Groups Projects
Select Git revision
  • c62affb69307713c893beff3533f35c70f0568db
  • master default protected
  • 202510
  • 202406
  • 202304
  • ci_docker_preperation
  • 202206
  • 202110
  • 202109
  • 202108
  • 202104
  • 202101
  • 202012
  • 202011
  • 202008
  • 202005
  • 202004
  • Aufteilung-Lohne
  • 202002
  • 20191001_hotfix
  • 201912
  • rc/20251023
  • rc/20240617
  • rc/20230421
  • rc/20230409
  • rc/20230407
  • rc/20220608
  • stable/20220608
  • rc/20211030
  • 20210915
  • 20210427
  • rc/20210915
  • stable/20210915
  • rc/20210810
  • rc/20210427
  • rc/20210103
  • stable/20210103
  • rc/20201221
  • stable/20201221
  • 20201207
  • 20201128
41 results

site.mk

Blame
  • site.mk 563 B
    GLUON_SITE_PACKAGES := \
    	gluon-config-mode \
    	gluon-firewall  \
    	gluon-luci-admin \
    	gluon-luci-autoupdater \
    	gluon-luci-portconfig \
    	gluon-mesh-batman-adv \
    	gluon-mesh-vpn-fastd \
    	gluon-autoupdater \
    	gluon-alfred \
    	iputils-ping6 \
    	iwinfo \
    	iptables \
    	kmod-ipt-nathelper \
    	firewall \
    	haveged \
    	gluon-status-page \
    	gluon-next-node \
    	ffol-fastdreg \
    	ffol-configurator \
    	ffol-nodewatcher
    
    DEFAULT_GLUON_RELEASE := 0.5.3+0$(shell date '+%Y%m%d')
    
    # Allow overriding the release number from the command line
    GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)