mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update build.sh
This commit is contained in:
parent
72949624f8
commit
829d2ad612
1 changed files with 3 additions and 2 deletions
5
build.sh
5
build.sh
|
@ -42,7 +42,7 @@ OMR_KERNEL=${OMR_KERNEL:-5.4}
|
||||||
OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)}
|
OMR_RELEASE=${OMR_RELEASE:-$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | cut -d '-' -f1)}
|
||||||
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET}
|
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/release/$OMR_RELEASE/$OMR_TARGET}
|
||||||
|
|
||||||
OMR_FEED_URL="${OMR_FEED_URL:-https://github.com/ysurac/openmptcprouter-feeds}"
|
OMR_FEED_URL="${OMR_FEED_URL:-hhttps://github.com/suyuan168/openmptcprouter-feeds}"
|
||||||
OMR_FEED_SRC="${OMR_FEED_SRC:-develop}"
|
OMR_FEED_SRC="${OMR_FEED_SRC:-develop}"
|
||||||
|
|
||||||
CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"
|
CUSTOM_FEED_URL="${CUSTOM_FEED_URL}"
|
||||||
|
@ -347,7 +347,8 @@ scripts/feeds update -a
|
||||||
#fi
|
#fi
|
||||||
#echo "Done"
|
#echo "Done"
|
||||||
#cd "$OMR_TARGET/source"
|
#cd "$OMR_TARGET/source"
|
||||||
|
scripts/feeds install -a
|
||||||
|
scripts/feeds update -a
|
||||||
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
if [ "$OMR_ALL_PACKAGES" = "yes" ]; then
|
||||||
scripts/feeds install -a -d m -p packages
|
scripts/feeds install -a -d m -p packages
|
||||||
scripts/feeds install -a -d m -p luci
|
scripts/feeds install -a -d m -p luci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue