From 50fa1cd290a41004191b31240562bee0899f5c60 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 14 Dec 2019 19:46:39 +0100 Subject: [PATCH] Use v0.53 feed --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 995355c2..1353405e 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ OMR_TARGET_CONFIG="config-$OMR_TARGET" OMR_KERNEL=${OMR_KERNEL:-4.19} OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/ysurac/openmptcprouter-feeds}" -OMR_FEED_SRC="${OMR_FEED_SRC:-develop}" +OMR_FEED_SRC="${OMR_FEED_SRC:-v0.53}" if [ ! -f "$OMR_TARGET_CONFIG" ]; then echo "Target $OMR_TARGET not found !"