site.mk: prepare for next LEDE based releases
This commit is contained in:
parent
cc1159b149
commit
b651e7046b
1 changed files with 1 additions and 2 deletions
3
site.mk
3
site.mk
|
@ -15,7 +15,6 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
gluon-luci-wifi-config \
|
gluon-luci-wifi-config \
|
||||||
gluon-next-node \
|
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
gluon-respondd \
|
gluon-respondd \
|
||||||
|
@ -26,7 +25,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.8+exp$(shell date '+%Y%m%d')
|
DEFAULT_GLUON_RELEASE := 0.9~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)
|
||||||
|
|
Loading…
Reference in a new issue