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. 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. ffho-domain-migration \
  22. iwinfo \
  23. haveged
  24. USB_BASIC := \
  25. kmod-usb-core \
  26. kmod-usb2 \
  27. kmod-usb-hid
  28. USB_NIC := \
  29. kmod-usb-net \
  30. kmod-usb-net-asix \
  31. kmod-usb-net-rtl8150 \
  32. kmod-usb-net-rtl8152 \
  33. kmod-usb-net-dm9601-ether
  34. WLAN := kmod-ath9k
  35. ifeq ($(GLUON_TARGET),x86-generic)
  36. GLUON_SITE_PACKAGES += \
  37. $(USB_BASIC) \
  38. kmod-usb-ohci-pci \
  39. $(USB_NIC) \
  40. $(WLAN)
  41. endif
  42. ifeq ($(GLUON_TARGET),x86-64)
  43. GLUON_SITE_PACKAGES += \
  44. $(USB_BASIC) \
  45. $(USB_NIC) \
  46. $(WLAN)
  47. endif
  48. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  49. DEFAULT_GLUON_RELEASE := 1.4.0~exp$(shell date '+%Y%m%d')
  50. DEFAULT_GLUON_PRIORITY := 0
  51. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  52. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
  53. GLUON_REGION ?= eu
  54. GLUON_LANGS ?= en de
  55. GLUON_ATH10K_MESH ?= 11s
  56. GLUON_DEPRECATED ?= full
  57. GLUON_MULTIDOMAIN=1