site.mk 626 B

123456789101112131415161718192021222324252627
  1. GLUON_SITE_PACKAGES := \
  2. ffpb-debug \
  3. ffpb-v6uplink \
  4. ffpb-wifi-blackout-workaround \
  5. gluon-alfred \
  6. gluon-autoupdater \
  7. gluon-batman-on-wan \
  8. gluon-config-mode \
  9. gluon-ebtables-filter-multicast \
  10. gluon-ebtables-filter-ra-dhcp \
  11. gluon-firewall \
  12. gluon-luci-admin \
  13. gluon-luci-autoupdater \
  14. gluon-luci-portconfig \
  15. gluon-mesh-batman-adv \
  16. gluon-mesh-vpn-fastd \
  17. gluon-next-node \
  18. gluon-radvd \
  19. gluon-status-page \
  20. iwinfo \
  21. iptables \
  22. haveged
  23. DEFAULT_GLUON_RELEASE := 0.4.9+0-exp$(shell date '+%Y%m%d')
  24. # Allow overriding the release number from the command line
  25. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)