site.mk 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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-alfred \
  7. gluon-respondd \
  8. gluon-autoupdater \
  9. gluon-config-mode-autoupdater \
  10. gluon-config-mode-contact-info \
  11. gluon-config-mode-core \
  12. gluon-config-mode-geo-location \
  13. gluon-config-mode-hostname \
  14. gluon-config-mode-mesh-vpn \
  15. gluon-ebtables-filter-multicast \
  16. gluon-ebtables-filter-ra-dhcp \
  17. gluon-luci-admin \
  18. gluon-luci-autoupdater \
  19. gluon-luci-portconfig \
  20. gluon-luci-private-wifi \
  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.0+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. # Languages to include
  47. GLUON_LANGS ?= en de