39 lines
845 B
Makefile
39 lines
845 B
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-batman-adv-14 \
|
|
gluon-alfred \
|
|
gluon-autoupdater \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-core \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-mesh-vpn \
|
|
gluon-config-mode-reboot-ffhh \
|
|
gluon-ebtables-filter-multicast \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-luci-admin \
|
|
gluon-luci-autoupdater \
|
|
gluon-luci-portconfig \
|
|
gluon-luci-private-wifi \
|
|
gluon-next-node \
|
|
gluon-mesh-vpn-fastd \
|
|
gluon-radvd \
|
|
gluon-respondd \
|
|
gluon-setup-mode \
|
|
gluon-status-page \
|
|
fastd-traffic-status \
|
|
iwinfo \
|
|
iptables \
|
|
haveged
|
|
|
|
|
|
|
|
DEFAULT_GLUON_RELEASE := 0.8
|
|
# for experimental firmware:
|
|
# DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
|
|
|
|
# Allow overriding the release number from the command line
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
GLUON_PRIORITY ?= 0
|
|
|
|
GLUON_LANGS ?= en de
|