remove -gui from buildroot branches
Signed-off-by: Alex Kaplan <kaplan2539@gmail.com>
This commit is contained in:
parent
3479cab875
commit
2a5ddf1cb4
@ -104,7 +104,7 @@ if [[ "${WHAT}" == "buildroot" ]]; then
|
||||
BR_URL="${ROOTFS_URL}"
|
||||
else
|
||||
BR_BUILD="$(wget -q -O- ${ROOTFS_URL}/br_build)"
|
||||
BR_URL="${BASE_URL}/buildroot/${BRANCH}/${BR_BUILD}/images"
|
||||
BR_URL="${BASE_URL}/buildroot/${BRANCH%-gui}/${BR_BUILD}/images"
|
||||
BUILD="$(wget -q -O- ${ROOTFS_URL}/build)"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user