- Sep 14, 2019
-
-
Andreas Ziegler authored
reduce size by removing dispensable packages, to fix builds of this target in most cases.
-
- Jun 15, 2019
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The old bash-based parsing code was way too complex. Replace it with Lua.
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- May 09, 2018
-
-
Andreas Ziegler authored
-
- Dec 07, 2017
-
-
Steffen Förster authored
-
- Jun 29, 2017
-
-
Matthias Schiffer authored
Fixes #1164
-
- Jun 23, 2017
-
-
David Lutz authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
- Oct 29, 2015
-
-
Matthias Schiffer authored
As the Gluon kernel won't be compatible with the OpenWrt upstream anymore, we don't need the vermagic hack anymore.
-
- Sep 21, 2015
-
-
Matthias Schiffer authored
This also takes us past the OpenWrt 15.05 final release.
-
- Jul 18, 2015
-
-
Matthias Schiffer authored
-
- Jul 12, 2015
-
-
Matthias Schiffer authored
The file targets/$GLUON_TARGET/config becomes optional, as many targets only used it to set the board and subtarget. Also fix targets without subtarget.
-
- Jun 15, 2015
-
-
Matthias Schiffer authored
-
- May 21, 2015
-
-
Matthias Schiffer authored
-
- Mar 16, 2015
-
-
Matthias Schiffer authored
With a backported patch from the OpenWrt trunk, it is now easy to generate an equivalent configuration using CONFIG_ALL_KMODS. The build will take a bit longer because all kernel module packages are actually built even when they are not included in the image, but adding new targets becomes a lot easier. Also, related documentation updates and fixes.
-
- Mar 13, 2015
-
-
Matthias Schiffer authored
-
- Jan 03, 2015
-
-
Nils Schneider authored
-
- Nov 15, 2014
-
-
Nils Schneider authored
This still needs some work: - there's no factory image causing `make images` to fail - VoCore can not support BSS and IBSS at the same time - multi-BSS mode (e.g. mesh + BSS) works if the macs only differ in the last 3 bits. Gluon expects to choose both MACs freely, though, so after flashing the image one should reset the wifi MACs. This is further complicated as VoCores have their MACs assigned without gaps making collisions likely. - there are no buttons nor ethernet ports (without the dock, that is), so config-mode will not be possible as is
-