**/linux-*: update usage of downstreamkernel_prepare helper (!1084)

[skip-ci]: just downloading all kernel sources takes about one hour
           and ollieparanoid wants to merge it now. This already ran
	   successfully with [ci:skip-build] and [ci:skip-vercheck].
This commit is contained in:
Dolphin von Chips 2020-04-01 12:09:30 +05:00 committed by Oliver Smith
parent a4b1fb8371
commit 176555a4a1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
141 changed files with 145 additions and 141 deletions

View file

@ -42,7 +42,7 @@ builddir="$srcdir/$_repository-$_commit"
prepare() {
default_prepare
downstreamkernel_prepare "$srcdir" "$builddir" "$_config" "$_carch" "$HOSTCC"
. downstreamkernel_prepare
}
build() {