site.mk 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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-core \
  11. gluon-config-mode-geo-location \
  12. gluon-config-mode-hostname \
  13. gluon-config-mode-mesh-vpn \
  14. gluon-ebtables-filter-multicast \
  15. gluon-ebtables-filter-ra-dhcp \
  16. gluon-web-admin \
  17. gluon-web-autoupdater \
  18. gluon-web-network \
  19. gluon-web-wifi-config \
  20. gluon-mesh-batman-adv-15 \
  21. gluon-mesh-vpn-fastd \
  22. gluon-radvd \
  23. gluon-setup-mode \
  24. gluon-status-page \
  25. haveged \
  26. iwinfo
  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.6+exp$(shell date '+%Y%m%d')
  33. # Variables set with ?= can be overwritten from the command line
  34. ## GLUON_RELEASE
  35. # call make with custom GLUON_RELEASE flag, to use your own release version scheme.
  36. # e.g.:
  37. # $ make images GLUON_RELEASE=23.42+5
  38. # would generate images named like this:
  39. # gluon-ff%site_code%-23.42+5-%router_model%.bin
  40. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  41. # Default priority for updates.
  42. GLUON_PRIORITY ?= 0
  43. # Region code required for some images; supported values: us eu
  44. GLUON_REGION ?= eu
  45. # Languages to include
  46. GLUON_LANGS ?= en de