1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00

Use v0.53 feed

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-12-14 19:46:39 +01:00
parent db7ebd4183
commit 50fa1cd290

View file

@ -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 !"