12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- GLUON_SITE_PACKAGES := \
- gluon-mesh-batman-adv-14 \
- ffho-banner \
- ffho-debug \
- ffho-node-tuning \
- ffho-ebtables-net-rules \
- ffho-txpower-fix \
- ffho-site-auto-select \
- gluon-alfred \
- gluon-respondd \
- ffho-respondd-config \
- ffho-autoupdater \
- ffho-autoupdater-wifi-fallback \
- gluon-config-mode-core \
- gluon-config-mode-autoupdater \
- gluon-config-mode-hostname \
- gluon-config-mode-contact-info \
- ffho-config-mode-mesh-vpn \
- ffho-config-mode-geo-location \
- ffho-config-mode-site-select \
- gluon-ebtables-filter-multicast \
- gluon-ebtables-filter-ra-dhcp \
- gluon-luci-admin \
- gluon-luci-autoupdater \
- gluon-luci-portconfig \
- gluon-luci-wifi-config \
- gluon-next-node \
- gluon-mesh-vpn-fastd \
- gluon-radvd \
- gluon-setup-mode \
- 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) \
- $(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 := 0.7.1~exp$(shell date '+%Y%m%d')
- DEFAULT_GLUON_PRIORITY := 0
- GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
- GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
- GLUON_LANGS ?= en de
|