site.mk 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ## gluon site.mk makefile example
  2. ## GLUON_SITE_PACKAGES
  3. # specify Gluon/LEDE packages to include here
  4. GLUON_SITE_PACKAGES := \
  5. gluon-alfred \
  6. gluon-respondd \
  7. gluon-autoupdater \
  8. gluon-config-mode-autoupdater \
  9. gluon-config-mode-contact-info \
  10. gluon-config-mode-geo-location \
  11. gluon-config-mode-hostname \
  12. gluon-config-mode-mesh-vpn \
  13. gluon-ebtables-filter-multicast \
  14. gluon-ebtables-filter-ra-dhcp \
  15. gluon-web-admin \
  16. gluon-web-autoupdater \
  17. gluon-web-network \
  18. gluon-web-wifi-config \
  19. gluon-mesh-batman-adv-15 \
  20. gluon-mesh-vpn-fastd \
  21. gluon-radvd \
  22. gluon-status-page \
  23. haveged \
  24. iwinfo
  25. ## DEFAULT_GLUON_RELEASE
  26. # version string to use for images
  27. # gluon relies on
  28. # opkg compare-versions "$1" '>>' "$2"
  29. # to decide if a version is newer or not.
  30. DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
  31. # Variables set with ?= can be overwritten from the command line
  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. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  39. # Default priority for updates.
  40. GLUON_PRIORITY ?= 0
  41. # Region code required for some images; supported values: us eu
  42. GLUON_REGION ?= eu
  43. # Languages to include
  44. GLUON_LANGS ?= en de