a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
2013-02-12 09:30:23 +01:00
builder Enable IPv6 module 2013-02-12 09:30:23 +01:00
openwrt@b8c4f1dff8 Basic build system 2013-02-11 04:52:16 +01:00
packages_gluon@fb9883caf3 Update packages_gluon 2013-02-12 00:09:01 +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 Add support for hardware profiles with different module sets 2013-02-12 07:14:18 +01:00
profiles.mk Add support for hardware profiles with different module sets 2013-02-12 07:14:18 +01:00
README.md Don't use tabs to indent README 2013-02-12 02:18:25 +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 building Gluon for the first time, the OpenWRT build environment is prepared. To update the OpenWRT environment, e. g. to compile added or changed packages, just use:

make prepare

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