mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
change default CONSOLE_VARIANT to "pocketgo"
the one using st7789sfb driver
This commit is contained in:
@@ -1 +1 @@
|
||||
CONSOLE_VARIANT=v90_q90
|
||||
CONSOLE_VARIANT=pocketgo
|
||||
|
@@ -15,9 +15,9 @@ export LOGS # so that subshells can use this as well
|
||||
if test -r "${BOOTDIR}/console.cfg"; then
|
||||
source "${BOOTDIR}/console.cfg"
|
||||
fi
|
||||
# sanity checks - we default to V90/Q90
|
||||
# sanity checks - we default to PocketGO
|
||||
if test -z "${CONSOLE_VARIANT}"; then
|
||||
CONSOLE_VARIANT="v90_q90"
|
||||
CONSOLE_VARIANT="pocketgo"
|
||||
fi
|
||||
export CONSOLE_VARIANT
|
||||
|
||||
|
Reference in New Issue
Block a user