1 Commits

Author SHA1 Message Date
699530900b fastd test -- again 2025-07-27 14:39:04 -04:00
11 changed files with 6 additions and 48 deletions

21
.gitmodules vendored
View File

@@ -1,21 +0,0 @@
[submodule "example-sites/ffrgb/site-ffrgb"]
path = example-sites/ffrgb/site-ffrgb
url = https://github.com/ffrgb/site-ffrgb
[submodule "example-sites/freifunk-darmstadt/site-ffda"]
path = example-sites/freifunk-darmstadt/site-ffda
url = https://github.com/freifunk-darmstadt/site-ffda
[submodule "example-sites/FreifunkErfurt/site-ffef"]
path = example-sites/FreifunkErfurt/site-ffef
url = https://github.com/FreifunkErfurt/site-ffef
[submodule "example-sites/Freifunk-Rhein-Neckar/site-ffrn"]
path = example-sites/Freifunk-Rhein-Neckar/site-ffrn
url = https://github.com/Freifunk-Rhein-Neckar/site-ffrn
[submodule "example-sites/Freifunk-Potsdam/site-ffp"]
path = example-sites/Freifunk-Potsdam/site-ffp
url = https://github.com/Freifunk-Potsdam/site-ffp
[submodule "example-sites/ffsh/site"]
path = example-sites/ffsh/site
url = https://github.com/ffsh/site
[submodule "example-sites/freifunkMUC/site-ffm"]
path = example-sites/freifunkMUC/site-ffm
url = https://github.com/freifunkMUC/site-ffm

View File

@@ -1,6 +0,0 @@
./scripts/container.sh
make update
make V=sc -j24 download all GLUON_TARGET=ramips-mt7621
make V=sc -j24 download all GLUON_TARGET=ipq40xx-generic
make V=sc -j24 download all GLUON_TARGET=mpc85xx-p1020

View File

@@ -1,14 +1,7 @@
packages {
'gluon-authorized-keys',
'iperf3',
'iperf3',
'iwinfo',
-- 'prometheus-node-exporter-lua',
-- 'prometheus-node-exporter-lua-hostapd_stations',
-- 'prometheus-node-exporter-lua-hostapd_ubus_stations',
-- 'prometheus-node-exporter-lua-nat_traffic',
-- 'prometheus-node-exporter-lua-netstat',
-- 'prometheus-node-exporter-lua-wifi',
-- 'prometheus-node-exporter-lua-wifi_stations',
}
features {
@@ -19,7 +12,6 @@ features {
'mesh-batman-adv-15',
'mesh-vpn-fastd',
'respondd',
'tls',
'status-page',
'web-advanced',
'web-wizard'

View File

@@ -28,7 +28,7 @@
-- Timezone of your community.
-- See https://openwrt.org/docs/guide-user/base-system/system_configuration#time_zones
timezone = 'EST5EDT,M3.2.0,M11.1.0',
timezone = 'CEST5EDT,M3.2.0,M11.1.0',
-- List of NTP servers in your community.
-- Must be reachable using IPv6!
@@ -44,11 +44,11 @@
-- ESSIDs used for client network.
ap = {
-- ssid = 'Newport Downtown WiFi', (optional - SSID for open client network)
-- ssid = 'newportmesh.org', (optional - SSID for open client network)
-- disabled = true, -- (optional)
-- Configuration for a backward compatible OWE network below.
owe_ssid = 'Newport Downtown WiFi', -- (optional - SSID for OWE client network)
owe_ssid = 'newportmesh.org', -- (optional - SSID for OWE client network)
-- owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid)
},
@@ -67,8 +67,8 @@
channel = 44,
outdoor_chanlist = '34-173',
ap = {
-- ssid = 'Newport Downtown WiFi',
owe_ssid = 'Newport Downtown WiFi', -- (optional - SSID for OWE client network)
-- ssid = 'newportmesh.org',
owe_ssid = 'newportmesh.org', -- (optional - SSID for OWE client network)
},
mesh = {
-- Adjust these values!