From daea53ae5f376ba2ac6fcf9659b49da90d76e16a Mon Sep 17 00:00:00 2001 From: user747 Date: Sun, 10 Nov 2019 23:54:22 -0500 Subject: [PATCH] use develop feeds --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 291672a4..991ccc57 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:-master}" +OMR_FEED_SRC="${OMR_FEED_SRC:-develop}" if [ ! -f "$OMR_TARGET_CONFIG" ]; then echo "Target $OMR_TARGET not found !"