- Mar 24, 2022
-
-
Matthias Schiffer authored
luasrcdiet will not print the name of its input file when an error occurs. To facilitate debugging, echo the name before calling it, so it is visible with V=s or BUILD_LOG=1.
-
- Oct 07, 2021
-
-
Matthias Schiffer authored
This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the value was never useful for Gluon packages; instead, PKG_VERSION is set to 1 in gluon.mk. It also removes two other weird definitions: - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic from gluon-core, but without the fixed PKG_BUILD_DIR to prevent unnessary rebuilds - gluon-hoodselector set GLUON_VERSION=3
-
- Jul 12, 2021
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Installing the script into the image allows site checks to run for manual package installations via opkg.
-
- Jul 11, 2021
-
-
Matthias Schiffer authored
A leading tab character usually marks recipe lines in Makefiles; non-recipe lines must be indented using spaces. The incorrect tab character doesn't seen to have caused any issues in this case, but it should be fixed nonetheless, if only for consistency.
-
- Jun 04, 2020
-
-
Matthias Schiffer authored
- If luasrcdiet fails for a Lua script, this is a bug that should be noticed rather than including the unminified script - Use .tmp suffix for temporary file rather than .o - Replace chmod + stat + mv with simpler cp + rm to overwrite file while preserving file mode
-
- May 12, 2020
-
-
lemoer authored
-
- Nov 23, 2019
-
-
Matthias Schiffer authored
We don't use anything else from luci-base anymore.
-
Matthias Schiffer authored
The code is slightly cleaned up to fix compiler warnings.
-
- Apr 14, 2019
-
-
bobcanthelpyou authored
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
-
- Mar 09, 2018
-
-
Matthias Schiffer authored
-
- Mar 08, 2018
-
-
Matthias Schiffer authored
Our provider modules are prefixed with gluon- now, and the log message about a missing provider dir was confusing users.
-
Matthias Schiffer authored
-
- Jan 19, 2018
-
-
Matthias Schiffer authored
Ensure packages get rebuilt when gluon.mk changes.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Feb 22, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
The gluon-web package is basically a stripped-down and refactored version of the LuCI base.
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 17, 2017
-
-
Matthias Schiffer authored
-
- Jul 09, 2016
-
-
Jan-Tarek Butt authored
This call takes an input and an output argument and will copy all files from the input to the output, while minifying the Lua files. [Matthias Schiffer: simplified definition, added commit message.]
-
- May 21, 2015
-
-
Matthias Schiffer authored
-
- Mar 19, 2015
-
-
Matthias Schiffer authored
-
- Mar 18, 2015
-
-
Matthias Schiffer authored
-
- Jul 05, 2014
-
-
Matthias Schiffer authored
-