GLUON_SITE_PACKAGES := \ gluon-mesh-batman-adv-15 \ ffho-ap-timer \ gluon-respondd \ ffho-ath9k-blackout-workaround \ gluon-autoupdater \ ffho-autoupdater-wifi-fallback \ ffho-autoupdater-wifi-fallback-legacy \ ffho-banner \ gluon-config-mode-core \ gluon-config-mode-autoupdater \ gluon-config-mode-contact-info \ gluon-config-mode-geo-location \ gluon-config-mode-hostname \ gluon-config-mode-mesh-vpn \ ffho-config-mode-site-select \ ffho-debug \ gluon-ebtables-filter-multicast \ gluon-ebtables-filter-ra-dhcp \ ffho-ebtables-net-rules \ ffho-fix-defaultroute \ gluon-luci-admin \ ffho-luci-ap-timer \ ffho-luci-autoupdater-wifi-fallback \ gluon-luci-portconfig \ gluon-luci-wifi-config \ gluon-mesh-vpn-fastd \ gluon-next-node \ gluon-radvd \ gluon-setup-mode \ ffho-site-auto-select \ ffho-status-page \ iwinfo \ iptables \ haveged APU2_NIC := \ kmod-igb USB_BASIC := \ kmod-usb-core \ kmod-usb2 \ kmod-usb-hid USB_NIC := \ kmod-usb-net \ kmod-usb-net-asix \ kmod-usb-net-rtl8150 \ kmod-usb-net-rtl8152 \ kmod-usb-net-dm9601-ether WLAN := \ kmod-ath9k \ kmod-ath10k-ct \ ath10k-firmware-qca988x-11s ifeq ($(GLUON_TARGET),x86-generic) GLUON_SITE_PACKAGES += \ $(USB_BASIC) \ kmod-usb-ohci-pci \ $(USB_NIC) \ $(WLAN) endif ifeq ($(GLUON_TARGET),x86-64) GLUON_SITE_PACKAGES += \ $(APU2_NIC) \ $(USB_BASIC) \ $(USB_NIC) \ $(WLAN) endif # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3 DEFAULT_GLUON_RELEASE := 1.0.5~exp$(shell date '+%Y%m%d') DEFAULT_GLUON_PRIORITY := 0 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY) GLUON_REGION ?= eu GLUON_LANGS ?= en de GLUON_ATH10K_MESH ?= 11s