aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fetch: use new module source locationHEADmasterJason A. Donenfeld2019-12-291-3/+3
|
* Revert "Skip update if no internet"Jason A. Donenfeld2019-07-231-2/+0
| | | | This reverts commit 73fbea12315008b6adb4640b9bfde4b360a7b35b.
* Skip update if no internetJason A. Donenfeld2019-07-041-0/+2
| | | | Requested-by: Sultan Alsawaf <sultan@kerneltoast.com>
* Limit connection time to 30 secondsJason A. Donenfeld2018-12-211-2/+2
| | | | | | If infra fails, this will make sure we don't block people's builds. Suggested-by: Francisco Franco <franciscofranco.1990@gmail.com>
* Spaces to tabsJason A. Donenfeld2018-11-231-2/+2
|
* patch-kernel: more reliable version selectionJason A. Donenfeld2018-06-261-4/+11
|
* patch-kernel: only allow one execution at a time, with others failing openJason A. Donenfeld2018-06-261-0/+3
|
* patch-kernel: do not do freaky things to indexJason A. Donenfeld2017-12-212-9/+5
|
* Drastically simplifyJason A. Donenfeld2017-12-2013-940/+46
|
* standalone-tools: add make pushJason A. Donenfeld2017-12-182-3/+18
|
* wg-quick: get proper command output statusJason A. Donenfeld2017-12-151-0/+6
|
* wg-quick: configurable search pathsJason A. Donenfeld2017-12-151-19/+29
|
* standalone-kernel: don't patch <3.10 kernelsJason A. Donenfeld2017-12-141-0/+9
|
* standalone-tools: more error handlingJason A. Donenfeld2017-12-131-1/+1
|
* wg-quick: print actual argumentsJason A. Donenfeld2017-12-131-1/+4
|
* standalone-kernel: auto-commit and better .gitignoreJason A. Donenfeld2017-12-121-9/+17
|
* Do not install addon.d if no directoryJason A. Donenfeld2017-12-111-5/+14
| | | | | Some ROMs don't support this. While we're at it, add more error reporting.
* Version bumpJason A. Donenfeld2017-12-111-1/+1
|
* wg-quick: accept unsolicited netlink messagesJason A. Donenfeld2017-12-091-3/+9
|
* standalone-tools: specify srctree for out of tree buildsJason A. Donenfeld2017-12-081-1/+1
| | | | | | | | When the result directory is not the same as the source directory, shelling out to the script occurs at the wrong path. This fixes it by anchoring it to $(srctree). Suggested-by: Nathan Chancellor <natechancellor@gmail.com>
* Check for files in both locationsJason A. Donenfeld2017-12-071-7/+22
|
* Fix nitsJason A. Donenfeld2017-12-072-64/+58
|
* Add support for patching kernelsJason A. Donenfeld2017-12-064-4/+39
|
* Improve readmeJason A. Donenfeld2017-12-067-17/+32
|
* Reimplement wg-quick in CJason A. Donenfeld2017-12-068-252/+625
| | | | | The bash dependency doesn't make sense for Android, where everything is horrible.
* Create flashable zipJason A. Donenfeld2017-12-0512-40/+164
|
* wg-quick: accept ancient iproute2Jason A. Donenfeld2017-12-031-1/+1
| | | | | Some Android platforms have an older iproute2 that doesn't allow the type parameter in the show command.
* Work around snapdragon compiler bugJason A. Donenfeld2017-12-021-1/+1
|
* Dynamically determine archs from ndkJason A. Donenfeld2017-11-301-2/+2
|
* Do not build as moduleJason A. Donenfeld2017-11-301-0/+1
|
* Terrible drivers need thisJason A. Donenfeld2017-11-291-1/+1
|
* Work around eventuality of somebody running terrible shellJason A. Donenfeld2017-11-291-2/+2
|
* Display warning for clueless ROM developersJason A. Donenfeld2017-11-292-0/+20
|
* Android.mk: we need master's compat fixes for 3.10Jason A. Donenfeld2017-11-291-3/+5
|
* standalone: use ndk properlyJason A. Donenfeld2017-11-295-70/+30
|
* standalone: some people want to do things a la carteJason A. Donenfeld2017-11-297-1/+127
|
* Fall back to using readlink -f if no realpathJason A. Donenfeld2017-11-281-1/+1
| | | | | Most coreutils have realpath(1), but not Debian Wheezy, so we fall back to using readlink -f instead.
* wg-quick: more whitespace toleranceJason A. Donenfeld2017-11-281-2/+2
|
* Link to appJason A. Donenfeld2017-11-281-2/+2
|
* Move back to manual fetchingJason A. Donenfeld2017-11-277-14/+37
| | | | Repo's submodule support is broken. Android bitrot is a thing.
* Version bumpJason A. Donenfeld2017-11-271-0/+0
|
* Specify master branchJason A. Donenfeld2017-11-251-1/+1
|
* Switch to a submodules based approachJason A. Donenfeld2017-11-256-28/+16
| | | | It turns out repo will checkout submodules.
* Initial scafoldingJason A. Donenfeld2017-11-254-0/+260