site.mk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. config-mode-domain-select \
  8. mesh-batman-adv-15 \
  9. mesh-vpn-fastd \
  10. respondd \
  11. status-page \
  12. web-advanced \
  13. web-wizard
  14. GLUON_SITE_PACKAGES := \
  15. -gluon-web-autoupdater \
  16. ffho-ap-timer \
  17. ffho-autoupdater-wifi-fallback \
  18. ffho-banner \
  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 := kmod-ath9k
  34. ifeq ($(GLUON_TARGET),x86-generic)
  35. GLUON_SITE_PACKAGES += \
  36. $(USB_BASIC) \
  37. kmod-usb-ohci-pci \
  38. $(USB_NIC) \
  39. $(WLAN)
  40. endif
  41. ifeq ($(GLUON_TARGET),x86-64)
  42. GLUON_SITE_PACKAGES += \
  43. $(USB_BASIC) \
  44. $(USB_NIC) \
  45. $(WLAN)
  46. endif
  47. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  48. DEFAULT_GLUON_RELEASE := 1.4.0~exp$(shell date '+%Y%m%d')
  49. DEFAULT_GLUON_PRIORITY := 0
  50. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  51. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
  52. GLUON_REGION ?= eu
  53. GLUON_LANGS ?= en de
  54. GLUON_ATH10K_MESH ?= 11s
  55. GLUON_DEPRECATED ?= full
  56. GLUON_MULTIDOMAIN=1