fix and move to pmos
This commit is contained in:
parent
ae20f00ed6
commit
edd6e26107
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in a new issue