site.mk 832 B

12345678910111213141516171819202122232425262728293031
  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-geo-location \
  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. comgt kmod-usb-serial kmod-usb2 kmod-usb-uhci kmod-usb-ohci usb-modeswitch \
  22. iwinfo \
  23. iptables \
  24. haveged
  25. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  26. DEFAULT_GLUON_RELEASE := 0.6~exp$(shell date '+%Y%m%d')-umts
  27. DEFAULT_GLUON_PRIORITY := 0
  28. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  29. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)