From 6d89f465a45ea0234d7940481a4167bbeb41ddf3 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 26 Dec 2018 22:21:15 +0100 Subject: [PATCH] pmaports.cfg: increase min pmbootstrap to 1.1.0 Newer pmbootstrap will generate the deviceinfo_codename line when creating a new device with "pmbootstrap init". --- pmaports.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmaports.cfg b/pmaports.cfg index 7d5be731c..c9238e6b4 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -3,7 +3,7 @@ # - "version" gets compared with "pmb.config.pmaports_min_version" # - "pmbootstrap_min_version" gets compared with "pmb.config.version" version=1 -pmbootstrap_min_version=1.0.3 +pmbootstrap_min_version=1.1.0 branch_pmos=master # Compatible branch from Alpine's aports repository branch_alpine=edge