a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
Matthias Schiffer 17e45badd9
update/patch: avoid applying patches directly in build repos
Switching branches and applying patches in the build repos will
unnecessarily touch many files, causing rebuilds of packages that didn't
really change; furthermore, it is filling the reflog with many entries.

Don't ever switch to base branch in the build repos and apply patches in
a temporary clone to avoid these issues.

In addition, GPG signing is generally disabled in the build repos to
override potential global configuration (as signing doesn't make sense and
will slow down rebases).
2016-08-09 03:42:12 +02:00
contrib contrib/sign.sh: remove debug echo command 2015-11-23 21:09:43 +01:00
docs docs: fix 404 error for nordwest site repo url 2016-05-27 00:24:51 +02:00
include build: disable generation of ramdisk images 2016-01-08 11:23:44 +01:00
package ar71xx-generic: switch default WAN/LAN assignment on Ubiquiti UAP Pro 2016-07-19 15:50:05 +02:00
patches libpcap: fix dependency of install-shared-so make target 2016-07-21 18:04:07 +02:00
scripts update/patch: avoid applying patches directly in build repos 2016-08-09 03:42:12 +02:00
targets ar71xx-generic: Remove extra dash between v2 and OpenMesh device name (#781) 2016-05-25 13:05:40 +02:00
.gitignore build: add GLUON_OUTPUTDIR, move GLUON_IMAGEDIR default below it 2015-10-29 18:44:00 +01:00
CONTRIBUTING.md Merge pull request #481 from freifunk-gluon/rej-features 2015-10-11 17:55:08 +02:00
LICENSE docs, LICENSE: fix upper and lower case of "OpenWrt" 2016-02-05 18:48:48 +01:00
Makefile build: remove rather useless "patch" and "unpatch" make targets 2016-08-09 03:40:04 +02:00
modules modules: change url from openwrt.org to github one (#849) 2016-08-08 21:22:15 +02:00
README.md docs, README: Gluon v2016.1.5 2016-05-19 16:21:37 +02:00

Documentation (incomplete at this time, contribute if you can!) may be found at http://gluon.readthedocs.org/.

If you're new to Gluon and ready to get your feet wet, have a look at the Getting Started Guide.

Gluon IRC channel: #gluon in hackint

Issues & Feature requests

Before opening an issue, make sure to check whether any existing issues (open or closed) match. If you're suggesting a new feature, drop by on IRC or our mailinglist to discuss it first.

Use a release!

Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running git branch -a and switch to one by running git checkout v2016.1.5 && make update.

If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes will break eventually.

Mailinglist

To subscribe to the list, send a message to:

gluon-subscribe@luebeck.freifunk.net

To remove your address from the list, just send a message to the address in the List-Unsubscribe header of any list message. If you haven't changed addresses since subscribing, you can also send a message to:

gluon-unsubscribe@luebeck.freifunk.net