drop ipv4 support + gluon features
This commit is contained in:
parent
eb979e272c
commit
a956c9e8f2
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
prefix6 = '2a06:8782:ffbb:bab1::/64',
|
prefix6 = '2a06:8782:ffbb:bab1::/64',
|
||||||
node_client_prefix6 = 'fd2f:5119:f2c::/64', -- infrastructure net (ULA) for node-client-ip addresses
|
node_client_prefix6 = 'fd2f:5119:f2c::/64', -- infrastructure net (ULA) for node-client-ip addresses
|
||||||
clat_range = 'fdff:ffff:ffff::/48', -- infrastructure net (ULA) from which a /96 clat prefix will be generated.
|
|
||||||
plat_range = 'fdff:ffff:fffe::/48', -- infrastructure net (ULA) from which a /96 plat prefix will be generated.
|
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
||||||
ntp_servers = {
|
ntp_servers = {
|
||||||
|
|
31
site.mk
31
site.mk
|
@ -1,43 +1,34 @@
|
||||||
|
GLUON_FEATURES := \
|
||||||
|
autoupdater \
|
||||||
|
mesh-babel \
|
||||||
|
mesh-vpn-wireguard \
|
||||||
|
respondd \
|
||||||
|
status-page \
|
||||||
|
web-advanced \
|
||||||
|
web-wizard
|
||||||
|
|
||||||
GLUON_SITE_PACKAGES := \
|
GLUON_SITE_PACKAGES := \
|
||||||
gluon-mesh-babel \
|
|
||||||
gluon-l3roamd \
|
gluon-l3roamd \
|
||||||
gluon-respondd \
|
|
||||||
respondd-module-airtime \
|
respondd-module-airtime \
|
||||||
gluon-autoupdater \
|
|
||||||
gluon-config-mode-core \
|
gluon-config-mode-core \
|
||||||
gluon-config-mode-hostname \
|
|
||||||
gluon-config-mode-autoupdater \
|
|
||||||
gluon-config-mode-mesh-vpn \
|
|
||||||
gluon-config-mode-geo-location \
|
|
||||||
gluon-config-mode-contact-info \
|
|
||||||
gluon-web-admin \
|
|
||||||
gluon-web-autoupdater \
|
|
||||||
gluon-web-network \
|
|
||||||
gluon-web-private-wifi \
|
|
||||||
gluon-web-wifi-config \
|
|
||||||
gluon-mesh-vpn-wireguard \
|
|
||||||
gluon-client-bridge \
|
gluon-client-bridge \
|
||||||
gluon-radvd \
|
|
||||||
gluon-setup-mode \
|
gluon-setup-mode \
|
||||||
gluon-speedtest \
|
gluon-speedtest \
|
||||||
gluon-status-page \
|
|
||||||
iputils-ping6 \
|
iputils-ping6 \
|
||||||
iwinfo \
|
iwinfo \
|
||||||
iptables \
|
iptables \
|
||||||
gluon-iptables-clamp-mss-to-pmtu \
|
gluon-iptables-clamp-mss-to-pmtu \
|
||||||
babeldev \
|
babeldev \
|
||||||
haveged \
|
haveged
|
||||||
gluon-xlat464-clat \
|
|
||||||
gluon-ddhcpd
|
|
||||||
|
|
||||||
# Allow overriding the these variables from the command line
|
# Allow overriding the these variables from the command line
|
||||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||||
export GLUON_BRANCH ?= babel
|
export GLUON_BRANCH ?= babel
|
||||||
GLUON_PRIORITY ?= 0
|
GLUON_PRIORITY ?= 0
|
||||||
|
GLUON_DEPRECATED ?= upgrade
|
||||||
GLUON_LANGS ?= en de
|
GLUON_LANGS ?= en de
|
||||||
GLUON_REGION ?= eu
|
GLUON_REGION ?= eu
|
||||||
GLUON_WLAN_MESH ?= 11s
|
GLUON_WLAN_MESH ?= 11s
|
||||||
GLUON_DEPRECATED ?= 0
|
|
||||||
|
|
||||||
# Debug packages
|
# Debug packages
|
||||||
DEBUG_PACKAGES := \
|
DEBUG_PACKAGES := \
|
||||||
|
|
Loading…
Reference in New Issue