site.mk 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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-mesh-vpn-fastd \
  14. web-wizard
  15. GLUON_SITE_PACKAGES := \
  16. -gluon-web-autoupdater \
  17. ffho-ap-timer \
  18. ffho-autoupdater-wifi-fallback \
  19. ffho-banner \
  20. ffho-web-ap-timer \
  21. ffho-web-autoupdater \
  22. ffho-domain-migration \
  23. iwinfo \
  24. haveged
  25. USB_BASIC := \
  26. kmod-usb-core \
  27. kmod-usb2 \
  28. kmod-usb-hid
  29. USB_NIC := \
  30. kmod-usb-net \
  31. kmod-usb-net-asix \
  32. kmod-usb-net-rtl8150 \
  33. kmod-usb-net-rtl8152 \
  34. kmod-usb-net-dm9601-ether
  35. WLAN := kmod-ath9k
  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.6.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
  58. GLUON_MULTIDOMAIN=1