Skip to content
Snippets Groups Projects
Commit 104c019b authored by chrissi^'s avatar chrissi^
Browse files

Add debug kernels and build commands to output

parent cb916368
No related branches found
No related tags found
No related merge requests found
......@@ -171,4 +171,10 @@ echo Renaming files for consistent naming scheme
(cd output/${RELEASETAG}/sysupgrade; md5sum * > MD5SUMS) || true
(cd output/${RELEASETAG}/other; md5sum * > MD5SUMS) || true
# add debug kernels to output
mv output/debug output/${RELEASETAG}/
# add build commands to output
mv output/cmd output/${RELEASETAG}/
print_info
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment