site.mk 1.3 KB

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