1234567891011121314151617181920212223242526 |
- GLUON_SITE_PACKAGES := \
- ffpb-debug \
- ffpb-v6uplink \
- gluon-alfred \
- gluon-autoupdater \
- gluon-batman-on-wan \
- gluon-config-mode \
- gluon-ebtables-filter-multicast \
- gluon-ebtables-filter-ra-dhcp \
- gluon-firewall \
- gluon-luci-admin \
- gluon-luci-autoupdater \
- gluon-luci-portconfig \
- gluon-mesh-batman-adv \
- gluon-mesh-vpn-fastd \
- gluon-next-node \
- gluon-radvd \
- gluon-status-page \
- iwinfo \
- iptables \
- haveged
- DEFAULT_GLUON_RELEASE := 0.4.9+0-exp$(shell date '+%Y%m%d')
- # Allow overriding the release number from the command line
- GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|