From b651e7046baa31955e01ad978fa2b0d502c271fa Mon Sep 17 00:00:00 2001 From: bdobe Date: Thu, 19 Jan 2017 18:18:30 +0100 Subject: [PATCH] site.mk: prepare for next LEDE based releases --- site.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site.mk b/site.mk index 4d22bed..e94a3c3 100644 --- a/site.mk +++ b/site.mk @@ -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)