aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/marlin/do.bash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* repo: use new wireguard-linux-compat repo for buildingJason A. Donenfeld2019-12-291-1/+1
|
* kernels: add marlin manifest and build commandsNathan Chancellor2019-10-141-0/+3
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* kernels: marlin: hack around unexported tvec_base_deferrableJason A. Donenfeld2019-10-141-0/+4
Qualcomm made wild changes to the timers in 50f9e740, but in the process they forgot to EXPORT_SYMBOL(tvec_base_deferrable). So, we claw it back the ugly way.