site.mk 749 B

123456789101112131415161718192021222324252627282930
  1. GLUON_SITE_PACKAGES := \
  2. gluon-mesh-batman-adv-14 \
  3. ffpb-debug \
  4. gluon-alfred \
  5. gluon-announced \
  6. gluon-autoupdater \
  7. gluon-config-mode-autoupdater \
  8. gluon-config-mode-hostname \
  9. gluon-config-mode-mesh-vpn \
  10. gluon-config-mode-geo-location \
  11. gluon-config-mode-contact-info \
  12. gluon-ebtables-filter-multicast \
  13. gluon-ebtables-filter-ra-dhcp \
  14. gluon-luci-admin \
  15. gluon-luci-autoupdater \
  16. gluon-luci-portconfig \
  17. gluon-next-node \
  18. gluon-mesh-vpn-fastd \
  19. gluon-radvd \
  20. gluon-status-page \
  21. iwinfo \
  22. iptables \
  23. haveged
  24. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  25. DEFAULT_GLUON_RELEASE := 0.6~exp$(shell date '+%Y%m%d')
  26. DEFAULT_GLUON_PRIORITY := 0
  27. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  28. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)