a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
2013-02-19 16:58:48 +01:00
builder Simplify builder Makefile 2013-02-19 15:23:09 +01:00
kernel Build kernel compatible to the official OpenWRT release 2013-02-18 00:39:44 +01:00
openwrt@b8c4f1dff8 Basic build system 2013-02-11 04:52:16 +01:00
packages_gluon@c56cdcb63f Update packages_gluon 2013-02-19 00:19:10 +01:00
packages_openwrt@ea6635db73 Basic build system 2013-02-11 04:52:16 +01:00
.gitignore Further flesh out build system 2013-02-11 23:06:19 +01:00
.gitmodules Basic build system 2013-02-11 04:52:16 +01:00
Makefile Nicer output for profile builds 2013-02-19 16:58:48 +01:00
profiles.mk Add support for hardware profiles with different module sets 2013-02-12 07:14:18 +01:00
README.md Reprepare OpenWRT by default on make 2013-02-13 02:36:39 +01:00

To build Gluon, use the following commands after checking out the repository:

git submodule update --init                                  # Get other repositories used by Gluon
git clone git://github.com/freifunk-gluon/site-ffhl.git site # Get the Freifunk Lübeck site repository - or use your own!
make                                                         # Build Gluon

When calling make, the OpenWRT build environment is prepared/updated. To rebuilt the images only, just use:

make images

The built images can be found in the directory /images.