site.mk: prepare for next LEDE based releases

This commit is contained in:
bdobe 2017-01-19 18:18:30 +01:00
parent cc1159b149
commit b651e7046b
No known key found for this signature in database
GPG key ID: 61C7EC30C3E6DF26

View file

@ -15,7 +15,6 @@ GLUON_SITE_PACKAGES := \
gluon-luci-portconfig \
gluon-luci-private-wifi \
gluon-luci-wifi-config \
gluon-next-node \
gluon-mesh-vpn-fastd \
gluon-radvd \
gluon-respondd \
@ -26,7 +25,7 @@ GLUON_SITE_PACKAGES := \
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
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)