mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-28 03:10:44 -05:00
Small fixes
This commit is contained in:
parent
98a45b1ee6
commit
84300d6611
12 changed files with 265 additions and 19 deletions
|
|
@ -56,13 +56,13 @@ buildAll() {
|
|||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
if [ "$DOS_OPTIMIZE_IMAGES" = true ]; then optimizeImagesRecursive "$DOS_BUILD_BASE"; fi;
|
||||
#SDS4P
|
||||
buildDevice mako; #xxx: wifi no connect
|
||||
buildDevice mako;
|
||||
#SD600
|
||||
buildDevice jfltexx;
|
||||
#SD800
|
||||
buildDevice d802;
|
||||
#SD801
|
||||
buildDevice d852; #XXX: no boot. partitions?
|
||||
buildDevice d852; #XXX: no boot
|
||||
buildDevice d855;
|
||||
buildDevice FP2;
|
||||
buildDevice m8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue