git clone https://github.com/freifunk-gluon/gluon.git # Get the official Gluon repository
cd gluon
git clone https://github.com/freifunkmyk/site-ffmyk.git site # Get the Freifunk Mayen-Koblenz site repository
make update # Get other repositories used by Gluon
make GLUON_TARGET=ar71xx-generic # Build Gluon
Please see the official Gluon repository for an in-depth explanation of the build process.