52 lines
1.2 KiB
Makefile
Executable File
52 lines
1.2 KiB
Makefile
Executable File
GLUON_FEATURES := \
|
|
autoupdater \
|
|
ebtables-filter-multicast \
|
|
ebtables-filter-ra-dhcp \
|
|
ebtables-limit-arp \
|
|
mesh-batman-adv-15 \
|
|
mesh-vpn-fastd \
|
|
respondd \
|
|
status-page \
|
|
web-advanced \
|
|
web-wizard \
|
|
mesh-batman-adv-14
|
|
|
|
GLUON_SITE_PACKAGES := \
|
|
gluon-ssid-changer \
|
|
respondd-module-airtime \
|
|
gluon-config-mode-core \
|
|
gluon-config-mode-domain-select \
|
|
gluon-config-mode-geo-location \
|
|
gluon-config-mode-geo-location-osm \
|
|
gluon-web-mesh-vpn-fastd \
|
|
gluon-web-private-wifi \
|
|
gluon-radv-filterd \
|
|
gluon-setup-mode \
|
|
gluon-speedtest \
|
|
iputils-ping6 \
|
|
iwinfo \
|
|
iptables \
|
|
firewall \
|
|
haveged \
|
|
gluon-scheduled-domain-switch
|
|
|
|
# Allow overriding the these variables from the command line
|
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
|
GLUON_BRANCH ?= stable
|
|
GLUON_PRIORITY ?= 0
|
|
GLUON_DEPRECATED ?= upgrade
|
|
GLUON_LANGS ?= en de
|
|
GLUON_REGION ?= eu
|
|
GLUON_WLAN_MESH ?= 11s
|
|
GLUON_MULTIDOMAIN=1
|
|
|
|
|
|
EXCLUDE_NO_WIFI:= -respondd-module-airtime
|
|
|
|
# ramips-mt7621
|
|
ifeq ($(GLUON_TARGET),ramips-mt7621)
|
|
GLUON_ubnt-erx_SITE_PACKAGES += $(EXCLUDE_NO_WIFI)
|
|
GLUON_ubnt-erx-sfp_SITE_PACKAGES += $(EXCLUDE_NO_WIFI)
|
|
endif
|
|
|