Changed patch location.
This commit is contained in:
parent
fd427163bc
commit
5980d9bcfc
1 changed files with 1 additions and 4 deletions
|
@ -30,10 +30,6 @@ SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
||||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0011-cameras.patch
|
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0011-cameras.patch
|
||||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0012-ath10k-firmware-override.patch "
|
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0012-ath10k-firmware-override.patch "
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
|
|
||||||
}
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/Makefile.patch"
|
"${FILESDIR}/Makefile.patch"
|
||||||
"${DISTDIR}/0001-surface3-oemb.patch"
|
"${DISTDIR}/0001-surface3-oemb.patch"
|
||||||
|
@ -62,6 +58,7 @@ pkg_setup() {
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
# kernel-2_src_prepare doesn't apply PATCHES().
|
# kernel-2_src_prepare doesn't apply PATCHES().
|
||||||
default
|
default
|
||||||
|
mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface"
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue