Amlogic: fix correct debug tty path

This commit is contained in:
adamg 2023-11-02 21:53:14 +00:00
parent ae0d19763b
commit 9499630ac6
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@
DRIVER_ADDONS=""
# debug tty path
DEBUG_TTY="/dev/ttyFIQ0"
DEBUG_TTY="/dev/ttyAML0"
# Disable 32BIT support
ENABLE_32BIT="false"

View file

@ -64,7 +64,7 @@
DRIVER_ADDONS_SUPPORT="no"
# debug tty path
DEBUG_TTY="/dev/ttyS2"
DEBUG_TTY="/dev/ttyAML0"
# build with entware installer
ENTWARE_SUPPORT="yes"