1234567891011121314151617181920212223242526272829 |
- GLUON_SITE_PACKAGES := \
- gluon-mesh-batman-adv-14 \
- ffpb-debug \
- gluon-alfred \
- gluon-announced \
- gluon-autoupdater \
- gluon-config-mode-autoupdater \
- gluon-config-mode-hostname \
- gluon-config-mode-mesh-vpn \
- gluon-config-mode-geolocation \
- gluon-config-mode-contact-info \
- gluon-ebtables-filter-multicast \
- gluon-ebtables-filter-ra-dhcp \
- gluon-luci-admin \
- gluon-luci-autoupdater \
- gluon-luci-portconfig \
- gluon-next-node \
- gluon-mesh-vpn-fastd \
- gluon-radvd \
- gluon-status-page \
- iwinfo \
- iptables \
- haveged
- DEFAULT_GLUON_RELEASE := 0.5+0-exp$(shell date '+%Y%m%d')
- DEFAULT_GLUON_PRIORITY := 0
- GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
- GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|