site.mk 603 B

123456789101112131415161718192021222324252627
  1. GLUON_SITE_PACKAGES := \
  2. ffpb-alfred-watchdog \
  3. ffpb-banner \
  4. ffpb-debug \
  5. gluon-alfred \
  6. gluon-announced \
  7. gluon-autoupdater \
  8. gluon-config-mode \
  9. gluon-ebtables-filter-multicast \
  10. gluon-ebtables-filter-ra-dhcp \
  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.3+exp$(shell date '+%Y%m%d')
  23. DEFAULT_GLUON_PRIORITY := 0
  24. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  25. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)