site.mk 847 B

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