Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. GLUON_SITE_PACKAGES := \
  2. gluon-mesh-batman-adv-15 \
  3. gluon-respondd \
  4. gluon-alfred \
  5. gluon-autoupdater \
  6. gluon-config-mode-autoupdater \
  7. gluon-config-mode-contact-info \
  8. gluon-config-mode-core \
  9. gluon-config-mode-geo-location \
  10. gluon-config-mode-hostname \
  11. gluon-config-mode-mesh-vpn \
  12. gluon-ebtables-filter-multicast \
  13. gluon-ebtables-filter-ra-dhcp \
  14. gluon-ebtables-source-filter \
  15. gluon-web-admin \
  16. gluon-web-autoupdater \
  17. gluon-web-network \
  18. gluon-web-wifi-config \
  19. gluon-web-private-wifi \
  20. gluon-mesh-vpn-tunneldigger \
  21. gluon-tunneldigger-watchdog \
  22. gluon-radvd \
  23. gluon-setup-mode \
  24. gluon-status-page \
  25. haveged \
  26. iptables \
  27. gluon-aptimeclock \
  28. gluon-nightboot \
  29. gluon-vpnlimittimeclock \
  30. gluon-treatment \
  31. gluon-ssid-changer \
  32. gluon-banner \
  33. gluon-quickfix \
  34. iwinfo
  35.  
  36. ## DEFAULT_GLUON_RELEASE
  37. # version string to use for images
  38. # gluon relies on
  39. # opkg compare-versions "$1" '>>' "$2"
  40. # to decide if a version is newer or not.
  41.  
  42. DEFAULT_GLUON_RELEASE := 0.8.25-d4-lip-$(shell date '+%Y%m%d')
  43.  
  44.  
  45. ## GLUON_RELEASE
  46. # call make with custom GLUON_RELEASE flag, to use your own release version scheme.
  47. # e.g.:
  48. # $ make images GLUON_RELEASE=23.42+5
  49. # would generate images named like this:
  50. # gluon-ff%site_code%-23.42+5-%router_model%.bin
  51.  
  52. # Allow overriding the release number from the command line
  53. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  54.  
  55. # Default priority for updates.
  56. GLUON_PRIORITY ?= 0
  57.  
  58. # Languages to include
  59. GLUON_LANGS ?= de en
  60.  
  61. # Set Gluon region code for Archer
  62. GLUON_REGION := eu
  63.  
  64. # Activate image creation for ATH10K devices
  65. GLUON_ATH10K_MESH := 11s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement