- Nov 19, 2018
-
-
Karel Koci authored
Empty make argument causes make to build default target. This commit removes any empty arguments from make calls.
-
Karel Koci authored
-
Karel Koci authored
Build is not split to multiple steps and having one central statistics does not make sense. Also this stat is tracked by external build system tool (Jenkins).
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This also introduces new argument: -jNUM This is more comfortable way to specify number of parallel jobs.
-
Karel Koci authored
In configure command there are two major changes. VERSION_REPO is now set to new path path that is unfortunately board unspecific but as only one makes sense in new repository arrangement. Second change is that we no longer build image builder and SDK. Image builder does not make sense for use. We use updater to build images (medkits). SDK is at current state useless. It does not contain anything other then compiler, libraries are missing. Second change is primarily done because of next change that is going to be splitting off compile command to few subcommands and making sure that we build only packages not anything else.
-
Karel Koci authored
-
This is more appropriate name as this script now only generates packages not complete firmware.
-
Karel Koci authored
-
Karel Koci authored
-
- Nov 02, 2018
-
-
Karel Koci authored
-
Karel Koci authored
-
- Oct 31, 2018
-
-
Karel Koci authored
-
Karel Koci authored
Yes grand new and innovative version. Well I had need to be able to not only roll with branch also to optionally to latest tag only. This in reality are two scripts. autopkg-branch to replace original pkguato and autopkg-tag to track latest tagged version.
-
- Oct 29, 2018
-
-
Karel Koci authored
-
- Oct 27, 2018
-
-
Karel Koci authored
Previous change to compile_fw broken execution in clean directory (without git). compile_fw could not been run, not even to display help. This commit changes how configuration is applied to git tree of OpenWRT. It is used only when needed and never set to git tree it self. This introduces new _git function. This function is not required to be used every time but for `git commit` and `git am` it is necessary to use it instead of plain git.
-
- Oct 22, 2018
-
-
Michal Hrusecky authored
-
- Oct 10, 2018
-
-
Karel Koci authored
-
- Aug 27, 2018
-
-
Karel Koci authored
For mirrors we are now using `git clone --mirror` istead of `--bare`. Previous implementation with `clone --bare` and `fetch` is problematic in case of force pushes. In such case fetch does not update refs that were force pushed. This change solves that.
-
Karel Koci authored
This allows smooth execution on systems where git is not configured and also clearly marks commits that were created by compile_fw and not by user.
-
Karel Koci authored
These commands checkout OpenWRT repository with same commits as current build on repo.turris.cz. You have to specify target branch and board to make this work.
-
- Aug 07, 2018
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
- Aug 06, 2018
-
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This command deploys extension of OpenWRT build that can be used to always build tip of the git branch. It is intended for software development.
-
- Aug 04, 2018
-
-
Michal Hrusecky authored
-
- Aug 02, 2018
-
-
Michal Hrusecky authored
-
- Jul 24, 2018
-
-
Michal Hrusecky authored
-
- Jul 18, 2018
-
-
Michal Hrusecky authored
-
- Jul 03, 2018
-
-
Karel Koci authored
Make lists general. Board specific packages are handled by lua not m4 that meanst that we have same lists for all boards and specific sections are ignored/skipped depending on model variable.
-
Karel Koci authored
Install seems to be no longer working instead compile works so use compile instead.
-
- Jul 02, 2018
-
-
Karel Koci authored
Script should still be run in OpenWRT directory but at the same time because lists templates are no longer part of it can reach different directory as a source. Also removed hack for automatic generation of repositories and replaced with better implementation in m4 it self.
-
- Jun 19, 2018
-
-
Michal Hrusecky authored
-
- May 29, 2018
-
-
Karel Koci authored
-
- Apr 03, 2018
-
-
Michal Hrusecky authored
Signed-off-by:
Michal Hrusecky <michal.hrusecky@nic.cz>
-
Michal Hrusecky authored
Signed-off-by:
Michal Hrusecky <michal.hrusecky@nic.cz>
-
Michal Hrusecky authored
Signed-off-by:
Michal Hrusecky <michal.hrusecky@nic.cz>
-
- Mar 06, 2018
-
-
Michal Hrusecky authored
Apply all patches, copy over src directory and use git am --reject Signed-off-by:
Michal Hrusecky <Michal@Hrusecky.net>
-