site.mk 918 B

12345678910111213141516171819202122232425262728293031323334353637
  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-ebtables-net-rules \
  8. ffpb-openwrt-migration-tools \
  9. gluon-alfred \
  10. gluon-announced \
  11. gluon-autoupdater \
  12. gluon-config-mode-core \
  13. gluon-config-mode-autoupdater \
  14. gluon-config-mode-hostname \
  15. gluon-config-mode-mesh-vpn \
  16. gluon-config-mode-geo-location \
  17. gluon-config-mode-contact-info \
  18. gluon-ebtables-filter-multicast \
  19. gluon-ebtables-filter-ra-dhcp \
  20. gluon-luci-admin \
  21. gluon-luci-autoupdater \
  22. gluon-luci-portconfig \
  23. gluon-next-node \
  24. gluon-mesh-vpn-fastd \
  25. gluon-radvd \
  26. gluon-setup-mode \
  27. gluon-status-page \
  28. iwinfo \
  29. iptables \
  30. haveged
  31. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  32. DEFAULT_GLUON_RELEASE := 0.6.2~exp$(shell date '+%Y%m%d')
  33. DEFAULT_GLUON_PRIORITY := 0
  34. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  35. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)