site.mk 606 B

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