fix and move to pmos

This commit is contained in:
Antoine Martin 2025-01-08 18:12:26 -05:00
parent ae20f00ed6
commit edd6e26107
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 3 additions and 2 deletions

View file

@ -23,11 +23,11 @@ makedepends="
"
# Source
_repository="https://github.com/m-weigand"
_repository="linux"
_commit="9d066a65f5cbaa8cd3bfc73a1b54fbac2d0f76ac"
_config="config-$_flavor.$arch"
source="
$pkgname-$_commit.tar.gz::$_repository/archive/$_commit.tar.gz
$pkgname-$_commit.tar.gz::https://github.com/m-weigand/linux/archive/$_commit.tar.gz
$_config
"
builddir="$srcdir/$_repository-$_commit"
@ -35,6 +35,7 @@ _outdir="out"
prepare() {
default_prepare
export REPLACE_GCCH=0
. downstreamkernel_prepare
}