site.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ## gluon site.mk makefile example
  2. ## GLUON_SITE_PACKAGES
  3. # specify gluon/openwrt packages to include here
  4. GLUON_SITE_PACKAGES := \
  5. gluon-alfred \
  6. gluon-announced \
  7. gluon-ath9k-workaround \
  8. gluon-autoupdater \
  9. gluon-config-mode \
  10. gluon-ebtables-filter-multicast \
  11. gluon-ebtables-filter-ra-dhcp \
  12. gluon-luci-admin \
  13. gluon-luci-autoupdater \
  14. gluon-luci-portconfig \
  15. gluon-next-node \
  16. gluon-mesh-batman-adv \
  17. gluon-mesh-vpn-fastd \
  18. gluon-radvd \
  19. gluon-status-page \
  20. iwinfo \
  21. iptables \
  22. haveged
  23. ## DEFAULT_GLUON_RELEASE
  24. # version string to use for images
  25. # gluon relies on
  26. # opkg compare-versions "$1" '>>' "$2"
  27. # to decide if a version is newer or not.
  28. DEFAULT_GLUON_RELEASE := 0.3+0-exp$(shell date '+%Y%m%d')
  29. ## GLUON_RELEASE
  30. # call make with custom GLUON_RELEASE flag, to use your own release version scheme.
  31. # e.g.:
  32. # $ make images GLUON_RELEASE=23.42+5
  33. # would generate images named like this:
  34. # gluon-ff%site_code%-23.42+5-%router_model%.bin
  35. # Allow overriding the release number from the command line
  36. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  37. # Default priority for updates.
  38. GLUON_PRIORITY ?= 0