pmaports.cfg: require pmbootstrap 1.2.0
The new version changed the way firmware is written to SD cards, see: https://postmarketos.org/deviceinfo
This commit is contained in:
parent
c43d9f22d3
commit
e832d89b38
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# - "version" gets compared with "pmb.config.pmaports_min_version"
|
# - "version" gets compared with "pmb.config.pmaports_min_version"
|
||||||
# - "pmbootstrap_min_version" gets compared with "pmb.config.version"
|
# - "pmbootstrap_min_version" gets compared with "pmb.config.version"
|
||||||
version=1
|
version=1
|
||||||
pmbootstrap_min_version=1.1.0
|
pmbootstrap_min_version=1.2.0
|
||||||
branch_pmos=master
|
branch_pmos=master
|
||||||
# Compatible branch from Alpine's aports repository
|
# Compatible branch from Alpine's aports repository
|
||||||
branch_alpine=edge
|
branch_alpine=edge
|
||||||
|
|
Loading…
Reference in a new issue