a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
Matthias Schiffer 98c798e29b Add README
2013-02-12 02:17:23 +01:00
builder Various fixes and enhancements 2013-02-12 02:03:37 +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 Various fixes and enhancements 2013-02-12 02:03:37 +01:00
README.md Add README 2013-02-12 02:17:23 +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.