site.mk 1.4 KB

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