site.mk 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ## gluon site.mk makefile example
  2. ## GLUON_SITE_PACKAGES
  3. # specify gluon/openwrt packages to include here
  4. GLUON_SITE_PACKAGES := \
  5. gluon-alfred \
  6. gluon-announced \
  7. gluon-autoupdater \
  8. gluon-config-mode-hostname \
  9. gluon-config-mode-autoupdater \
  10. gluon-config-mode-mesh-vpn \
  11. gluon-config-mode-geo-location \
  12. gluon-config-mode-contact-info \
  13. gluon-ebtables-filter-multicast \
  14. gluon-ebtables-filter-ra-dhcp \
  15. gluon-luci-admin \
  16. gluon-luci-autoupdater \
  17. gluon-luci-portconfig \
  18. gluon-next-node \
  19. gluon-mesh-batman-adv \
  20. gluon-mesh-vpn-fastd \
  21. gluon-radvd \
  22. gluon-status-page \
  23. iwinfo \
  24. iptables \
  25. haveged
  26. ## DEFAULT_GLUON_RELEASE
  27. # version string to use for images
  28. # gluon relies on
  29. # opkg compare-versions "$1" '>>' "$2"
  30. # to decide if a version is newer or not.
  31. DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
  32. ## GLUON_RELEASE
  33. # call make with custom GLUON_RELEASE flag, to use your own release version scheme.
  34. # e.g.:
  35. # $ make images GLUON_RELEASE=23.42+5
  36. # would generate images named like this:
  37. # gluon-ff%site_code%-23.42+5-%router_model%.bin
  38. # Allow overriding the release number from the command line
  39. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  40. # Default priority for updates.
  41. GLUON_PRIORITY ?= 0