mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-11-11 02:40:32 +01:00
40 lines
923 B
Makefile
40 lines
923 B
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-batman-adv-15 \
|
|
gluon-alfred \
|
|
gluon-announced \
|
|
gluon-autoupdater \
|
|
gluon-config-mode-core \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-mesh-vpn \
|
|
gluon-config-mode-geo-location \
|
|
gluon-config-mode-contact-info \
|
|
gluon-ebtables-filter-multicast \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-luci-admin \
|
|
gluon-luci-autoupdater \
|
|
gluon-luci-portconfig \
|
|
gluon-luci-wifi-config \
|
|
gluon-luci-private-wifi \
|
|
gluon-next-node \
|
|
gluon-mesh-vpn-fastd \
|
|
gluon-radvd \
|
|
gluon-setup-mode \
|
|
gluon-status-page \
|
|
iwinfo \
|
|
iptables \
|
|
haveged \
|
|
gluon-ebtables-filter-arp-ffmuc \
|
|
gluon-ebtables-filter-multicast-ffmuc
|
|
|
|
|
|
DEFAULT_GLUON_RELEASE := snapshot~$(shell date '+%Y%m%d')
|
|
|
|
# Allow overriding the release number from the command line
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
GLUON_PRIORITY ?= 0
|
|
|
|
# Languages to include
|
|
GLUON_LANGS ?= en de
|