4 Commits

Author SHA1 Message Date
55deaf16bb feat: add real Lab B fastd node
This was built in to the mid-August deployment.
2025-09-13 14:23:37 -04:00
a52316f53b feat: give build instructions 2025-08-29 18:42:14 -04:00
e9a68a72a0 fix spacing 2025-08-29 17:59:19 -04:00
e58cffc8a1 doc: add submodules for example sites 2025-07-27 15:29:02 -04:00
10 changed files with 35 additions and 1 deletions

21
.gitmodules vendored Normal file
View File

@@ -0,0 +1,21 @@
[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

6
BUILDING.md Normal file
View File

@@ -0,0 +1,6 @@
./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,6 +1,6 @@
packages {
'gluon-authorized-keys',
'iperf3',
'iperf3',
'iwinfo',
}