site.mk 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ## gluon site.mk makefile example
  2. ## GLUON_SITE_PACKAGES
  3. # specify gluon/openwrt packages to include here
  4. # The gluon-mesh-batman-adv-* package must come first because of the dependency resolution
  5. GLUON_SITE_PACKAGES := \
  6. gluon-mesh-batman-adv-15 \
  7. gluon-alfred \
  8. gluon-respondd \
  9. gluon-autoupdater \
  10. gluon-config-mode-autoupdater \
  11. gluon-config-mode-contact-info \
  12. gluon-config-mode-core \
  13. gluon-config-mode-geo-location \
  14. gluon-config-mode-hostname \
  15. gluon-config-mode-mesh-vpn \
  16. gluon-ebtables-filter-multicast \
  17. gluon-ebtables-filter-ra-dhcp \
  18. gluon-luci-admin \
  19. gluon-luci-autoupdater \
  20. gluon-luci-portconfig \
  21. gluon-luci-wifi-config \
  22. gluon-next-node \
  23. gluon-mesh-vpn-fastd \
  24. gluon-radvd \
  25. gluon-setup-mode \
  26. gluon-status-page \
  27. haveged \
  28. iptables \
  29. iwinfo
  30. ## DEFAULT_GLUON_RELEASE
  31. # version string to use for images
  32. # gluon relies on
  33. # opkg compare-versions "$1" '>>' "$2"
  34. # to decide if a version is newer or not.
  35. DEFAULT_GLUON_RELEASE := 0.6+exp$(shell date '+%Y%m%d')
  36. ## GLUON_RELEASE
  37. # call make with custom GLUON_RELEASE flag, to use your own release version scheme.
  38. # e.g.:
  39. # $ make images GLUON_RELEASE=23.42+5
  40. # would generate images named like this:
  41. # gluon-ff%site_code%-23.42+5-%router_model%.bin
  42. # Allow overriding the release number from the command line
  43. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  44. # Default priority for updates.
  45. GLUON_PRIORITY ?= 0
  46. # Region code required for some images; supported values: us eu
  47. GLUON_REGION ?= eu
  48. # Languages to include
  49. GLUON_LANGS ?= en de