forked from Mirror/pmbootstrap
aportgen: re-add bootimg_qcdt variable
It was accidentally dropped from deviceinfo generator in commit
953f84a79a
("parse: bootimg: make it work again").
Part-of: https://gitlab.postmarketos.org/postmarketos/pmbootstrap/-/merge_requests/2628
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2628
This commit is contained in:
parent
f25a8bf374
commit
8ae3050a0d
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ def generate_deviceinfo_fastboot_content(bootimg: Bootimg | None = None) -> str:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
for k in [
|
for k in [
|
||||||
|
"bootimg_qcdt",
|
||||||
"bootimg_qcdt_type",
|
"bootimg_qcdt_type",
|
||||||
"dtb_second",
|
"dtb_second",
|
||||||
"mtk_label_kernel",
|
"mtk_label_kernel",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue