Fix using the new patches

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2022-01-19 21:26:54 +01:00
parent 7298a2e142
commit 1673312cfc
1 changed files with 4 additions and 2 deletions

View File

@ -36,10 +36,12 @@ prepare() {
cd ${_srcname}
# add upstream patch
#git apply --whitespace=nowarn ../patch-${pkgver}
git apply --whitespace=nowarn ../patch-${pkgver}
# 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