mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
17.1: disable cheeseburger/dumpling
This commit is contained in:
parent
79c7443c7d
commit
d96a421dee
4 changed files with 7 additions and 6 deletions
|
@ -76,6 +76,8 @@ buildAll() {
|
|||
#Intel
|
||||
buildDevice fugu; #broken
|
||||
|
||||
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
|
||||
buildDevice dumpling verity;
|
||||
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
||||
#SD410
|
||||
buildDevice crackling;
|
||||
|
@ -103,8 +105,7 @@ buildAll() {
|
|||
buildDevice sailfish verity;
|
||||
#SD835
|
||||
buildDevice cheryl;
|
||||
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
|
||||
buildDevice dumpling verity;
|
||||
|
||||
buildDevice mata verity;
|
||||
buildDevice taimen avb;
|
||||
buildDevice walleye avb;
|
||||
|
|
|
@ -85,8 +85,8 @@ buildAll() {
|
|||
buildDevice sailfish verity;
|
||||
#SD835
|
||||
buildDevice cheryl;
|
||||
buildDevice cheeseburger verity; #needs manual patching - vendor common makefile
|
||||
buildDevice dumpling verity;
|
||||
#buildDevice cheeseburger verity; #broken usb/modem/etc.
|
||||
#buildDevice dumpling verity;
|
||||
buildDevice mata verity;
|
||||
buildDevice taimen avb;
|
||||
buildDevice walleye avb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue