gluon/targets/sunxi-cortexa7
Matthias Schiffer 071cf7b20f
Switch to Lua for target definitions
The old bash-based parsing code was way too complex. Replace it with Lua.
2019-06-15 23:34:07 +02:00

18 lines
377 B
Plaintext

defaults {
factory = '-ext4-sdcard',
factory_ext = '.img.gz',
sysupgrade = '-ext4-sdcard',
sysupgrade_ext = '.img.gz',
}
device('lemaker-banana-pi', 'sun7i-a20-bananapi')
device('lemaker-banana-pro', 'sun7i-a20-bananapro', {
broken = true, -- WiFi chip not supported
})
device('lamobo-r1', 'sun7i-a20-lamobo-r1', {
broken = true, -- AP+IBSS and AP+11s not working
})