site.mk 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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-luci-admin \
  17. gluon-luci-autoupdater \
  18. gluon-luci-portconfig \
  19. gluon-luci-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. iptables \
  27. iwinfo
  28. ## DEFAULT_GLUON_RELEASE
  29. # version string to use for images
  30. # gluon relies on
  31. # opkg compare-versions "$1" '>>' "$2"
  32. # to decide if a version is newer or not.
  33. DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
  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. # Allow overriding the release number from the command line
  41. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  42. # Default priority for updates.
  43. GLUON_PRIORITY ?= 0
  44. # Region code required for some images; supported values: us eu
  45. GLUON_REGION ?= eu
  46. # Languages to include
  47. GLUON_LANGS ?= en de