a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
Matthias Schiffer 8332ac5008 Update LICENSE
2013-10-02 21:26:07 +02:00
include Fix parallel build 2013-09-24 19:23:09 +02:00
kernel Build kernel compatible to the official OpenWRT release 2013-02-18 00:39:44 +01:00
openwrt@162cca9386 Update openwrt 2013-10-01 22:50:11 +02:00
packages_gluon@38e09f3eae Update gluon packages 2013-10-02 20:37:56 +02:00
packages_luci@bed710786d Include luci as a submodule 2013-09-24 20:25:51 +02:00
packages_openwrt@b4aa2d25af Update OpenWRT repositories 2013-09-10 19:00:51 +02:00
packages_routing@af1b35bd80 More package updates 2013-09-28 10:45:35 +02:00
scripts Split up configure script 2013-09-30 19:04:35 +02:00
.gitignore Further flesh out build system 2013-02-11 23:06:19 +01:00
.gitmodules Include luci as a submodule 2013-09-24 20:25:51 +02:00
LICENSE Update LICENSE 2013-10-02 21:26:07 +02:00
Makefile Split up configure script 2013-09-30 19:04:35 +02:00
README.md Add some information about 'make clean' to the README 2013-04-05 23:53:00 +02:00
TODO Add TODO file 2013-09-10 19:22:40 +02: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.

There are three levels of 'make clean':

make clean

will only clean the Gluon-specific files;

make cleanall

will also call 'make clean' on the OpenWRT tree, and

make dirclean

will do all this, and call 'make dirclean' on the OpenWRT tree.