site.mk: Remove default release name, add package gluon-luci-wifi-config
This commit is contained in:
parent
3562974e4b
commit
de764986e7
3
site.mk
3
site.mk
|
@ -14,6 +14,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
|
gluon-luci-wifi-config \
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
|
@ -27,10 +28,8 @@ GLUON_SITE_PACKAGES := \
|
||||||
firewall \
|
firewall \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.7~+nightly$(shell date '+%Y%m%d')
|
|
||||||
DEFAULT_GLUON_PRIORITY := 0
|
DEFAULT_GLUON_PRIORITY := 0
|
||||||
|
|
||||||
# Allow overriding the release number and languages from the command line
|
# Allow overriding the release number and languages from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
||||||
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
||||||
GLUON_LANGS ?= en de
|
GLUON_LANGS ?= en de
|
||||||
|
|
Loading…
Reference in New Issue