- Nov 29, 2018
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
- Nov 28, 2018
-
-
Michal Hrusecky authored
-
Karel Koci authored
-
- Nov 26, 2018
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
- Nov 24, 2018
-
-
Michal Hrusecky authored
-
- Nov 23, 2018
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
- Nov 22, 2018
-
-
Karel Koci authored
This driver should be compiled in kernel it self or it is completaly broken. Either way just drop it.
-
Karel Koci authored
-
Karel Koci authored
Master id deployed to dragons and there will be no point of deploying it to sloths. It is question how to make this change more general across forks and merges but let's ignore that for now.
-
- Nov 21, 2018
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Karel Koci authored
-
Karel Koci authored
Previous implementation was just wrong lets face it.
-
Karel Koci authored
This reverts commit 4ac86b03.
-
Michal Hrusecky authored
-
- Nov 20, 2018
-
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This is better idea as having #!/bin/bash -e is fragile. Anyone can run this script with bash -x file and that way unintentionally disable -e flag.
-
- Nov 19, 2018
-
-
Karel Koci authored
On server is currently used invalid configuration. This commit can be reverted after merge to master and configuration file update.
-
Karel Koci authored
Until now it was called somewhat not systematically before every build and after OpenWRT patching.
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This is code that was originally only in Jenkins but it makes sense to have this prepare stage externally documented and git tracked so I moved it here.
-
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.