build.sh: Add manifest symlinks for nightly and very old firmwares
This commit is contained in:
parent
e2cbbe11b4
commit
4f0d11fbd1
2
build.sh
2
build.sh
|
@ -36,6 +36,8 @@ if [ -z "${GLUON_BRANCH:-}" ]; then
|
||||||
# add BRANCH=nightly line below BRANCH=testing line
|
# add BRANCH=nightly line below BRANCH=testing line
|
||||||
sed -i -e "/^BRANCH=testing/ a BRANCH=nightly" \
|
sed -i -e "/^BRANCH=testing/ a BRANCH=nightly" \
|
||||||
"${GLUON_DIR}/output/images/sysupgrade/testing.manifest"
|
"${GLUON_DIR}/output/images/sysupgrade/testing.manifest"
|
||||||
|
ln -s testing.manifest "${GLUON_DIR}/output/images/sysupgrade/nightly.manifest"
|
||||||
|
ln -s testing.manifest "${GLUON_DIR}/output/images/sysupgrade/manifest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# sign testing/nightly manifest if key is present
|
# sign testing/nightly manifest if key is present
|
||||||
|
|
Loading…
Reference in New Issue