1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- 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
- 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
- ifeq ($(GLUON_TARGET),x86-generic)
- GLUON_SITE_PACKAGES += \
- $(USB_BASIC) \
- kmod-usb-ohci-pci \
- $(USB_NIC)
- endif
- ifeq ($(GLUON_TARGET),x86-64)
- GLUON_SITE_PACKAGES += \
- $(USB_BASIC) \
- $(USB_NIC) \
- kmod-igb #APU2
- endif
- # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
- DEFAULT_GLUON_RELEASE := 1.0.3~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
|