071cf7b20f
The old bash-based parsing code was way too complex. Replace it with Lua.
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
dofile(env.GLUON_TARGETSDIR .. '/brcm2708.inc')
|
|
|
|
device('raspberry-pi', 'rpi', {
|
|
manifest_aliases = {
|
|
'raspberry-pi-model-b-rev-2',
|
|
'raspberry-pi-model-b-plus-rev-1.2',
|
|
},
|
|
})
|