site.mk 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ## GLUON_SITE_PACKAGES
  2. # specify gluon/openwrt packages to include here
  3. # The gluon-mesh-batman-adv-* package must come first because of the dependency resolution
  4. GLUON_SITE_PACKAGES := \
  5. gluon-mesh-batman-adv-15 \
  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-private-wifi \
  20. gluon-luci-wifi-config \
  21. gluon-next-node \
  22. gluon-mesh-vpn-fastd \
  23. gluon-radvd \
  24. gluon-setup-mode \
  25. gluon-status-page \
  26. haveged \
  27. iptables \
  28. iwinfo
  29. ## DEFAULT_GLUON_RELEASE
  30. # version string to use for images
  31. # gluon relies on
  32. # opkg compare-versions "$1" '>>' "$2"
  33. # to decide if a version is newer or not.
  34. DEFAULT_GLUON_RELEASE := 0.0+exp$(shell date '+%Y%m%d')
  35. ## GLUON_RELEASE
  36. # call make with custom GLUON_RELEASE flag, to use your own release version scheme.
  37. # e.g.:
  38. # $ make images GLUON_RELEASE=23.42+5
  39. # would generate images named like this:
  40. # gluon-ff%site_code%-23.42+5-%router_model%.bin
  41. # Allow overriding the release number from the command line
  42. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  43. # Default priority for updates.
  44. GLUON_PRIORITY ?= 0
  45. # Region code required for some images; supported values: us eu
  46. GLUON_REGION ?= eu
  47. # Use ibss enabled firmware for ath10k
  48. GLUON_ATH10K_MESH ?= ibss
  49. # Languages to include
  50. GLUON_LANGS ?= en de