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