12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- 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 \
- ffho-luci-remote-syslog \
- 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.4~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
|