- Oct 29, 2017
-
-
Matthias Schiffer authored
LEDE doesn't always notice that the metadata needs to be refreshed.
-
- Sep 07, 2017
-
-
Matthias Schiffer authored
As the default package list is now handled using the 'packages' directive, explicit wpad-mini removals in target definitions can be dropped.
-
- Sep 06, 2017
-
-
Matthias Schiffer authored
This, together with a new try_config directive, will allow checking the generic config and make it more flexible.
-
- Jul 09, 2017
-
-
Matthias Schiffer authored
To reduce the number of packages that need to be listed in GLUON_SITE_PACKAGES, this adds a new variable GLUON_FEATURES. Sets of packages are enabled automatically based on the combination of listed feature flags. Site-specified package feeds can provide their own feature flag definitions.
-
- Jun 13, 2017
-
-
Matthias Schiffer authored
-
- May 15, 2017
-
-
Matthias Schiffer authored
Fixes #1126
-
- May 02, 2017
-
-
Matthias Schiffer authored
Don't stop after the first error, as later error messages may make the cause of the error much clearer in some cases.
-
- Feb 24, 2017
-
-
Matthias Schiffer authored
The current autoupdater will only respect the last line for a given model name, so we can add SHA256 checksums as long as they occur before the corresponding SHA512 line.
-
- Feb 21, 2017
-
-
kb-light authored
-
- Feb 12, 2017
-
-
Matthias Schiffer authored
-
- Jan 28, 2017
-
-
kb-light authored
-
- Jan 27, 2017
-
-
Matthias Schiffer authored
Setting DEVICES will also suppress cleaning the package directory, improving incremental build speed.
-
- Jan 19, 2017
-
-
Matthias Schiffer authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
- Dec 20, 2016
-
-
Matthias Schiffer authored
The default abbreviation length depends on factors like user configuration, git version and number of repository objects. Use unabbreviates IDs to make patch generation more reproducible.
-
- Oct 10, 2016
-
-
Matthias Schiffer authored
-
Jan-Tarek Butt authored
-
- Aug 27, 2016
-
-
Matthias Schiffer authored
-
- Aug 26, 2016
- Aug 12, 2016
-
-
Matthias Schiffer authored
-
- Aug 09, 2016
-
-
Matthias Schiffer authored
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).
-
- Jul 01, 2016
-
-
Matthias Schiffer authored
git 2.9 enables rename detection by default, changing the content of some of our patch files. Explicitly disable it.
-
- May 28, 2016
-
-
Matthias Schiffer authored
-
- Mar 25, 2016
-
-
Matthias Schiffer authored
Suggested-by:
Steffen Möller <steffen_moeller@gmx.de>
-
Matthias Schiffer authored
-
- Mar 06, 2016
-
-
Johannes Rudolph authored
Possibility to work with git submodules
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
This option will make the generated commit IDs deterministic, greatly reducing the number of repository objects created when calling `make update` repeatedly.
-
- Jan 02, 2016
-
-
Matthias Schiffer authored
This will allow us to use its content from other languages than Lua as well.
-
- Oct 11, 2015
-
-
Matthias Schiffer authored
-
- Oct 08, 2015
-
-
Matthias Schiffer authored
Using a loop makes the script a bit nicer, and it works around a git bug corrupting patch dates when multiple patches are applied at once.
-
- Jul 25, 2015
-
-
Nils Schneider authored
-
- Apr 22, 2015
-
-
Matthias Schiffer authored
-
- Mar 19, 2015
-
-
Matthias Schiffer authored
-
- Jan 21, 2015
-
-
Matthias Schiffer authored
-
- Jan 13, 2015
-
-
Matthias Schiffer authored
-
- Jan 11, 2015
-
-
Matthias Schiffer authored
This fixes `make update` not working correctly when GLUON_SITEDIR is set manually.
-
- Jul 29, 2014
-
-
Nils Schneider authored
check_site.sh and site.sh were setting GLUON_SITE_CONFIG on their own even though the environment variable was already exported.
-
- Jul 21, 2014
-
-
Matthias Schiffer authored
-
- Jul 20, 2014
-
-
Matthias Schiffer authored
-