fixed errors in ebuild.
This commit is contained in:
parent
54474cd9e9
commit
57342c3ed8
1 changed files with 18 additions and 12 deletions
|
@ -18,26 +18,32 @@ IUSE="experimental"
|
|||
DESCRIPTION="Full sources including the Gentoo and Surface patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree."
|
||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0001-surface3-oemb.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0002-mwifiex.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0003-ath10k.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0004-ipts.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0002-wifi.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0003-itps.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0004-surface-gpe.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0005-surface-sam-over-hid.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0006-surface-sam.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0007-surface-typecover.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0008-surface-go-touchscreen.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0009-cameras.patch -> 5.12-cameras.patch"
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0007-surface-hotplug.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0008-surface-typecover.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0009-surface-go-touchscreen.patch
|
||||
https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0010-surface-sensors.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 "
|
||||
|
||||
|
||||
src_prepare() {
|
||||
eapply "${DISTDIR}/0001-surface3-oemb.patch"
|
||||
eapply "${DISTDIR}/0002-mwifiex.patch"
|
||||
eapply "${DISTDIR}/0003-ath10k.patch"
|
||||
eapply "${DISTDIR}/0004-ipts.patch"
|
||||
eapply "${DISTDIR}/0002-wifi.patch"
|
||||
eapply "${DISTDIR}/0003-ipts.patch"
|
||||
eapply "${DISTDIR}/0004-surface-gpe.patch"
|
||||
eapply "${DISTDIR}/0005-surface-sam-over-hid.patch"
|
||||
eapply "${DISTDIR}/0006-surface-sam.patch"
|
||||
eapply "${DISTDIR}/0007-surface-typecover.patch"
|
||||
eapply "${DISTDIR}/0008-surface-go-touchscreen.patch"
|
||||
eapply "${DISTDIR}/0009-cameras.patch"
|
||||
eapply "${DISTDIR}/0007-surface-hotplug.patch"
|
||||
eapply "${DISTDIR}/0008-surface-typecover.patch"
|
||||
eapply "${DISTDIR}/0009-surface-go-touchscreen.patch"
|
||||
eapply "${DISTDIR}/0010-surface-sensors.patch"
|
||||
eapply "${DISTDIR}/0011-cameras.patch"
|
||||
eapply "${DISTDIR}/0012-ath10k-firmware-override.patch"
|
||||
eapply_user
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue