Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Firmware-Developer
Firmware
Commits
3b7ebfff
Commit
3b7ebfff
authored
Feb 08, 2021
by
Stephan
Browse files
gen-upload.sh: add x86-64 as sysupgrade image
parent
47293ed6
Pipeline
#1554
passed with stages
in 87 minutes and 45 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
gen-upload.sh
View file @
3b7ebfff
...
...
@@ -229,7 +229,8 @@ gen_download_json_add_data()
# determine "sysupgrade" files
if
[
-z
"
${
file
/*sysupgrade*/
}
"
\
-o
-z
"
${
file
/*x86-generic*/
}
"
]
-o
-z
"
${
file
/*x86-generic*/
}
"
\
-o
-z
"
${
file
/*x86-64*/
}
"
]
then
sysupgrade
=
1
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment