site.mk 621 B

123456789101112131415161718192021222324252627
  1. GLUON_SITE_PACKAGES := \
  2. ffpb-debug \
  3. ffpb-v6uplink \
  4. gluon-alfred \
  5. gluon-autoupdater \
  6. gluon-batman-on-wan \
  7. gluon-config-mode \
  8. gluon-ebtables-filter-multicast \
  9. gluon-ebtables-filter-ra-dhcp \
  10. gluon-firewall \
  11. gluon-luci-admin \
  12. gluon-luci-autoupdater \
  13. gluon-luci-portconfig \
  14. gluon-mesh-batman-adv \
  15. gluon-mesh-vpn-fastd \
  16. gluon-next-node \
  17. gluon-radvd \
  18. gluon-status-page \
  19. iwinfo \
  20. iptables \
  21. haveged
  22. DEFAULT_GLUON_RELEASE := 0.5+0-exp$(shell date '+%Y%m%d')
  23. #DEFAULT_GLUON_RELEASE := 0.5
  24. # Allow overriding the release number from the command line
  25. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)