Merge pull request #1053 from cbachert/eb-ttys0

Espressobin/mvebu64 console is "/dev/ttyMV0", set SERIALCON accordingly
This commit is contained in:
Igor Pečovnik 2018-07-19 12:30:07 +02:00 committed by GitHub
commit 7eaf401a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ CPUMIN=250000
CPUMAX=1000000
GOVERNOR=ondemand
SERIALCON='ttyMV0'
NM_IGNORE_DEVICES="interface-name:eth*,interface-name:wan*,interface-name:lan*,interface-name:br*"
write_uboot_platform()