Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

FreifunkMYK/site-ffmyk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build the Freifunk Mayen-Koblenz Firmware

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.