Skip to content

Commit

Permalink
bcm27xx: update manifest aliases (freifunk-gluon#3110)
Browse files Browse the repository at this point in the history
As the boardname-based image name setting was broken for bcm27xx due to the
target rename, we need to keep the model-based names updated for now.

Add all model strings currently seen on the Multimeshviewer and update
the comments accordingly.

(cherry picked from commit 20c2ada)
[adjust comment from 2023.1 to 2023.1.1]
Signed-off-by: Tom Herbers <mail@tomherbers.de>
  • Loading branch information
neocturne authored and herbetom committed Jan 1, 2024
1 parent a9d4ea2 commit 609903c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion targets/bcm27xx-bcm2708
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', {
'raspberrypi-model-b-plus',
'raspberrypi-model-b-rev2',

-- from Gluon 2019.1 and older
-- from Gluon 2023.1.1 and older
'raspberry-pi-model-b-rev-1',
'raspberry-pi-model-b-rev-2',
'raspberry-pi-model-b-plus-rev-1.2',
},
Expand Down
2 changes: 1 addition & 1 deletion targets/bcm27xx-bcm2709
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include 'bcm27xx.inc'

device('raspberrypi-2-model-b', 'rpi-2', {
manifest_aliases = {
-- from Gluon 2019.1 and older
-- from Gluon 2023.1.1 and older
'raspberry-pi-2-model-b-rev-1.1',
},
})
3 changes: 2 additions & 1 deletion targets/bcm27xx-bcm2710
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', {
manifest_aliases = {
'raspberrypi-3-model-b-plus',

-- from Gluon 2019.1 and older
-- from Gluon 2023.1.1 and older
'raspberry-pi-3-model-b-rev-1.2',
'raspberry-pi-3-model-b-plus-rev-1.3',
},
})

0 comments on commit 609903c

Please sign in to comment.