From 930fba2a765fa199fe6740a95e9eea9ffe726287 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 2 Dec 2022 21:48:31 +0100 Subject: [PATCH] fix: repopick wlan --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 3570e44..4bc03c7 100644 --- a/sync.sh +++ b/sync.sh @@ -48,7 +48,7 @@ git am $DRONE_WORKSPACE_BASE/fix-camera2-legacy.patch || git am --abort cd $TOPDIR #qcom wlan -repopick 336676 336677 336678 336679 336680 +repopick -f 336676 336677 336678 336679 336680 cd hardware/qcom-caf/wlan git am $DRONE_WORKSPACE_BASE/fix-qcwcn-build.patch || git am --abort cd $TOPDIR