site.mk 706 B

1234567891011121314151617181920212223242526272829
  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-geolocation \
  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. DEFAULT_GLUON_RELEASE := 0.5.1+exp$(shell date '+%Y%m%d')
  25. DEFAULT_GLUON_PRIORITY := 0
  26. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  27. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)