Fix using the new patches
This commit is contained in:
parent
7298a2e142
commit
1673312cfc
6
PKGBUILD
6
PKGBUILD
|
@ -36,10 +36,12 @@ prepare() {
|
||||||
cd ${_srcname}
|
cd ${_srcname}
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply ../0001-pinebook-bluetooth.patch
|
git apply ../0001-Bluetooth-Add-new-quirk-for-broken-local-ext-features.patch
|
||||||
|
git apply ../0002-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch
|
||||||
|
git apply ../0003-arm64-allwinner-a64-enable-Bluetooth-On-Pinebook.patch
|
||||||
|
|
||||||
cat "${srcdir}/config" > ./.config
|
cat "${srcdir}/config" > ./.config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue