From 21c7fed97fe4238d1eb788b4d8d4565a9bc103b1 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 21 Aug 2023 11:02:17 +0200 Subject: [PATCH] update-helper.sh: fix meta-sdr to master in mickledore --- manifest-tools/update-helper.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest-tools/update-helper.sh b/manifest-tools/update-helper.sh index a913a17..308e183 100755 --- a/manifest-tools/update-helper.sh +++ b/manifest-tools/update-helper.sh @@ -136,6 +136,10 @@ if [ "${BRANCH}" == "langdale" ] then SPECIAL_SDR_BRANCH="master" fi +if [ "${BRANCH}" == "mickledore" ] + then + SPECIAL_SDR_BRANCH="master" +fi if [ -d "meta-sdr" ] then cd meta-sdr || exit