14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
factory -ext4-sdcard .img.gz
|
|
sysupgrade -ext4-sdcard .img.gz
|
|
|
|
|
|
device lemaker-banana-pi sun7i-a20-bananapi
|
|
|
|
if [ "$BROKEN" ]; then
|
|
|
|
device lemaker-banana-pro sun7i-a20-bananapro # BROKEN: WiFi chip not supported
|
|
|
|
device lamobo-r1 sun7i-a20-lamobo-r1 # BROKEN: AP+IBSS and AP+11s not working
|
|
|
|
fi
|