Gluon Site Config Freifunk Regensburg
Go to file
Bastian 527059ce72
Merge pull request #26 from ffrgb/v2023.1.x
V2023.1.x
2023-09-11 13:25:22 +02:00
domains Remove NTP from Domain config 2021-08-15 12:40:32 +00:00
extra site.conf indentation, gluon release set to last of 2016.2.x branch 2018-01-15 15:25:27 +01:00
i18n Fixed typo in i18n 2019-01-06 07:52:50 +01:00
patches Add patching facility, remove RE450 and RE335 due to stupid flash layout 2023-09-11 13:13:06 +02:00
scripts Add patching facility, remove RE450 and RE335 due to stupid flash layout 2023-09-11 13:13:06 +02:00
.gitignore Add target file, add gitignore 2023-08-26 16:42:37 +02:00
CHANGELOG.md Changelog 2018-02-25 23:15:02 +01:00
Makefile Add patching facility, remove RE450 and RE335 due to stupid flash layout 2023-09-11 13:13:06 +02:00
README.md Added some useful build information 2019-01-25 18:52:35 +01:00
modules Update gluon-packages 2023-08-26 16:48:15 +02:00
site.conf wip 2023-08-21 17:03:50 +02:00
site.mk Add patching facility, remove RE450 and RE335 due to stupid flash layout 2023-09-11 13:13:06 +02:00
targets Add target file, add gitignore 2023-08-26 16:42:37 +02:00

README.md

Building

You need to have some prerequisits:

apt install build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion

Check out this repository and execute make, i.e. like this:

git clone https://github.com/ffrgb/site-ffrgb.git site-ffrgb
cd site-ffrgb
make

Quick Hints

Some common useful parameters for make:

GLUON_TARGETS=ar71xx-generic - Only build the specified architecture
GLUON_GIT_REF=v2018.2.x - wich Gluon-Release version to build
FORCE_UNSAFE_CONFIGURE=1 - If You build as root in an disposable environment You don't care about
BROKEN=1 - Also build for untested but defined hardware wich may not work
V=s - Print more information

Think about starting Your make process inside a screen session as it usually takes a long time to build.

Further Resources

Look at the site configuration related Gluon documentation for information on site configuration options and examples from other communities.