From 14138522c3a7b2d0cbda93035facb19092468582 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Mon, 2 May 2022 14:21:35 +0800 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e2adcb7b..7fe8a4b9 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-coun OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET} OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/suyuan168/openmptcprouter-feeds}" -OMR_FEED_SRC="${OMR_FEED_SRC:-develop}" +OMR_FEED_SRC="${OMR_FEED_SRC:-ipq60xx}" CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"