site.mk 1.3 KB

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