site.mk 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. GLUON_SITE_PACKAGES := \
  2. gluon-mesh-batman-adv-14 \
  3. gluon-alfred \
  4. gluon-respondd \
  5. ffho-ath9k-blackout-workaround \
  6. ffho-autoupdater \
  7. ffho-autoupdater-wifi-fallback \
  8. ffho-autoupdater-wifi-fallback-legacy \
  9. ffho-banner \
  10. gluon-config-mode-core \
  11. gluon-config-mode-autoupdater \
  12. gluon-config-mode-contact-info \
  13. ffho-config-mode-geo-location \
  14. gluon-config-mode-hostname \
  15. ffho-config-mode-mesh-vpn \
  16. ffho-config-mode-site-select \
  17. ffho-debug \
  18. gluon-ebtables-filter-multicast \
  19. gluon-ebtables-filter-ra-dhcp \
  20. ffho-ebtables-net-rules \
  21. gluon-luci-admin \
  22. ffho-luci-autoupdater-wifi-fallback \
  23. gluon-luci-portconfig \
  24. gluon-luci-wifi-config \
  25. gluon-mesh-vpn-fastd \
  26. gluon-next-node \
  27. ffho-node-tuning \
  28. gluon-radvd \
  29. ffho-respondd-config \
  30. gluon-setup-mode \
  31. ffho-site-auto-select \
  32. ffho-status-page \
  33. ffho-txpower-fix \
  34. iwinfo \
  35. iptables \
  36. haveged
  37. USB_BASIC := \
  38. kmod-usb-core \
  39. kmod-usb2 \
  40. kmod-usb-hid
  41. USB_NIC := \
  42. kmod-usb-net \
  43. kmod-usb-net-asix \
  44. kmod-usb-net-rtl8150 \
  45. kmod-usb-net-rtl8152 \
  46. kmod-usb-net-dm9601-ether
  47. ifeq ($(GLUON_TARGET),x86-generic)
  48. GLUON_SITE_PACKAGES += \
  49. $(USB_BASIC) \
  50. kmod-usb-ohci-pci \
  51. $(USB_NIC)
  52. endif
  53. ifeq ($(GLUON_TARGET),x86-64)
  54. GLUON_SITE_PACKAGES += \
  55. $(USB_BASIC) \
  56. $(USB_NIC) \
  57. kmod-igb #APU2
  58. endif
  59. # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
  60. DEFAULT_GLUON_RELEASE := 0.7.3~exp$(shell date '+%Y%m%d')
  61. DEFAULT_GLUON_PRIORITY := 0
  62. GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
  63. GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
  64. GLUON_LANGS ?= en de