site.mk 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. GLUON_FEATURES := \
  2. autoupdater \
  3. ebtables-filter-multicast \
  4. ebtables-filter-ra-dhcp \
  5. ebtables-limit-arp \
  6. config-mode-geo-location-osm \
  7. mesh-batman-adv-15 \
  8. mesh-vpn-fastd \
  9. respondd \
  10. status-page \
  11. web-advanced \
  12. web-wizard
  13. GLUON_SITE_PACKAGES := \
  14. -gluon-web-autoupdater \
  15. ffho-ap-timer \
  16. ffho-autoupdater-wifi-fallback \
  17. ffho-banner \
  18. ffho-config-mode-site-select \
  19. ffho-web-ap-timer \
  20. ffho-web-autoupdater \
  21. iwinfo \
  22. haveged
  23. USB_BASIC := \
  24. kmod-usb-core \
  25. kmod-usb2 \
  26. kmod-usb-hid
  27. USB_NIC := \
  28. kmod-usb-net \
  29. kmod-usb-net-asix \
  30. kmod-usb-net-rtl8150 \
  31. kmod-usb-net-rtl8152 \
  32. kmod-usb-net-dm9601-ether
  33. WLAN := \
  34. kmod-ath9k \
  35. kmod-ath10k-ct \
  36. ifeq ($(GLUON_TARGET),x86-generic)
  37. GLUON_SITE_PACKAGES += \
  38. $(USB_BASIC) \
  39. kmod-usb-ohci-pci \
  40. $(USB_NIC) \
  41. $(WLAN)
  42. endif
  43. ifeq ($(GLUON_TARGET),x86-64)
  44. GLUON_SITE_PACKAGES += \
  45. $(USB_BASIC) \
  46. $(USB_NIC) \
  47. $(WLAN)
  48. endif
  49. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  50. DEFAULT_GLUON_RELEASE := 1.3.0~exp$(shell date '+%Y%m%d')
  51. DEFAULT_GLUON_PRIORITY := 0
  52. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  53. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
  54. GLUON_REGION ?= eu
  55. GLUON_LANGS ?= en de
  56. GLUON_ATH10K_MESH ?= 11s
  57. GLUON_DEPRECATED ?= full