site.mk 581 B

12345678910111213141516171819202122232425
  1. GLUON_SITE_PACKAGES := \
  2. ffpb-debug \
  3. gluon-alfred \
  4. gluon-autoupdater \
  5. gluon-config-mode \
  6. gluon-ebtables-filter-multicast \
  7. gluon-ebtables-filter-ra-dhcp \
  8. gluon-firewall \
  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. DEFAULT_GLUON_RELEASE := 0.5+0-exp$(shell date '+%Y%m%d')
  21. #DEFAULT_GLUON_RELEASE := 0.5
  22. # Allow overriding the release number from the command line
  23. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)