mirror of https://github.com/armbian/build.git
BigTreeTech CB1 config update
Changed maintainer to th current person Switched board family to sun50iw9, removed legacy kernel target, removed DEFAULT_CONSOLE
This commit is contained in:
parent
77e6c9c8ef
commit
d19f76efbe
|
@ -1,12 +1,10 @@
|
|||
# Allwinner H616 quad core 512MB/1GB RAM SoC WiFi
|
||||
BOARD_NAME="BigTreeTech CB1"
|
||||
BOARDFAMILY="sun50iw9-btt"
|
||||
BOARD_MAINTAINER="bigtreetech"
|
||||
BOARDFAMILY="sun50iw9"
|
||||
BOARD_MAINTAINER="JohnTheCoolingFan"
|
||||
BOOTCONFIG="bigtreetech_cb1_defconfig"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
SERIALCON="ttyS0"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
KERNEL_TEST_TARGET="legacy"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FORCE_BOOTSCRIPT_UPDATE="yes"
|
||||
BOOTFS_TYPE="fat"
|
||||
BOOT_FS_LABEL="BOOT"
|
||||
|
|
Loading…
Reference in New Issue