Update for BananapiR1/CSC build target, tested for building only

This commit is contained in:
Igor Pecovnik 2020-01-04 22:49:21 +01:00
parent 9961095b29
commit 8b4aa31fc5
4 changed files with 7435 additions and 3 deletions

View file

@ -3,4 +3,4 @@ BOARD_NAME="Banana Pi R2"
BOARDFAMILY="mt7623"
BOOTCONFIG="mt7623n_bpir2_defconfig"
BUILD_DESKTOP="no"
KERNEL_TARGET="legacy"
KERNEL_TARGET="legacy,dev"

File diff suppressed because it is too large Load diff

View file

@ -4,11 +4,18 @@ UBOOT_TARGET_MAP=";;$SRC/packages/blobs/mt7623n/BPI-R2-HEAD440-0k.img $SRC/packa
BOOTPATCHDIR='u-boot-mt7623'
case $BRANCH in
legacy|default)
legacy)
KERNELBRANCH='branch:linux-4.19.y'
;;
dev)
KERNELSOURCE='https://github.com/frank-w/BPI-R2-4.14'
KERNELBRANCH='branch:5.4-main'
;;
esac
CPUMIN=98000

View file

@ -1 +0,0 @@
mt7623-legacy