forked from remote/site-ffmuc
Copied from latest test setup build
This commit is contained in:
14
site.mk
14
site.mk
@@ -4,15 +4,21 @@
|
|||||||
# specify gluon/openwrt packages to include here
|
# specify gluon/openwrt packages to include here
|
||||||
|
|
||||||
GLUON_SITE_PACKAGES := \
|
GLUON_SITE_PACKAGES := \
|
||||||
|
gluon-mesh-batman-adv-14 \
|
||||||
gluon-alfred \
|
gluon-alfred \
|
||||||
|
gluon-announced \
|
||||||
gluon-autoupdater \
|
gluon-autoupdater \
|
||||||
gluon-config-mode \
|
gluon-config-mode-autoupdater \
|
||||||
|
gluon-config-mode-hostname \
|
||||||
|
gluon-config-mode-mesh-vpn \
|
||||||
|
gluon-config-mode-geo-location \
|
||||||
|
gluon-config-mode-contact-info \
|
||||||
gluon-ebtables-filter-multicast \
|
gluon-ebtables-filter-multicast \
|
||||||
gluon-ebtables-filter-ra-dhcp \
|
gluon-ebtables-filter-ra-dhcp \
|
||||||
gluon-luci-admin \
|
gluon-luci-admin \
|
||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
|
gluon-luci-portconfig \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
gluon-mesh-batman-adv \
|
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
@@ -27,7 +33,7 @@ GLUON_SITE_PACKAGES := \
|
|||||||
# opkg compare-versions "$1" '>>' "$2"
|
# opkg compare-versions "$1" '>>' "$2"
|
||||||
# to decide if a version is newer or not.
|
# to decide if a version is newer or not.
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
|
DEFAULT_GLUON_RELEASE := 0.6~exp$(shell date '+%Y%m%d')
|
||||||
|
|
||||||
|
|
||||||
## GLUON_RELEASE
|
## GLUON_RELEASE
|
||||||
@@ -39,3 +45,5 @@ DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
|
|||||||
|
|
||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
||||||
|
GLUON_PRIORITY ?= 0
|
||||||
|
|||||||
Reference in New Issue
Block a user