1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- GLUON_SITE_PACKAGES := \
- gluon-mesh-batman-adv-15 \
- gluon-alfred \
- gluon-respondd \
- gluon-autoupdater \
- gluon-config-mode-autoupdater \
- gluon-config-mode-contact-info \
- gluon-config-mode-core \
- gluon-config-mode-geo-location \
- gluon-config-mode-hostname \
- gluon-config-mode-mesh-vpn \
- gluon-ebtables-filter-multicast \
- gluon-ebtables-filter-ra-dhcp \
- gluon-luci-admin \
- gluon-luci-autoupdater \
- gluon-luci-portconfig \
- gluon-luci-wifi-config \
- gluon-next-node \
- gluon-mesh-vpn-fastd \
- gluon-radvd \
- gluon-setup-mode \
- gluon-status-page \
- haveged \
- iptables \
- iwinfo
- DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
- GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
- GLUON_PRIORITY ?= 0
- GLUON_LANGS ?= en de
|