site.mk 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ## gluon site.mk makefile example
  2. ## GLUON_FEATURES
  3. # Specify Gluon features/packages to enable;
  4. # Gluon will automatically enable a set of packages
  5. # depending on the combination of features listed
  6. GLUON_FEATURES := \
  7. autoupdater \
  8. ebtables-filter-multicast \
  9. ebtables-filter-ra-dhcp \
  10. ebtables-limit-arp \
  11. mesh-batman-adv-15 \
  12. mesh-vpn-fastd \
  13. radvd \
  14. respondd \
  15. status-page \
  16. web-advanced \
  17. web-private-wifi \
  18. web-wizard
  19. ## GLUON_SITE_PACKAGES
  20. # Specify additional Gluon/OpenWrt packages to include here;
  21. # A minus sign may be prepended to remove a packages from the
  22. # selection that would be enabled by default or due to the
  23. # chosen feature flags
  24. GLUON_SITE_PACKAGES := \
  25. haveged \
  26. iwinfo \
  27. iptables
  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.0+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. # Use ibss enabled firmware for ath10k
  47. GLUON_ATH10K_MESH ?= ibss
  48. # Languages to include
  49. GLUON_LANGS ?= en de