Forked from https://github.com/freifunk-gluon/gluon

Matthias Schiffer 3ddc077738 Add make target to check out modules 10 лет назад
include 3ddc077738 Add make target to check out modules 10 лет назад
kernel 1c170c65f7 Update kernel config to 12.09 release 10 лет назад
scripts 3ddc077738 Add make target to check out modules 10 лет назад
.gitignore 3ddc077738 Add make target to check out modules 10 лет назад
LICENSE bfcc3d9149 Move package submodules to packages/ 10 лет назад
Makefile 3ddc077738 Add make target to check out modules 10 лет назад
README.md 1cc038282a Less ambiguous README.md, mention build reqs 10 лет назад
TODO 3e9e95a224 Add TODO file 10 лет назад
modules 3ddc077738 Add make target to check out modules 10 лет назад

README.md

To build Gluon, after checkeing out the repository change to the source root directory to perform the following commands:

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.

For the build reserve 6GB of disk space. The building requires packages for subversion, ncurses headers (libncurses-dev) and zlib headers (libz-dev).`

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.