mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 05:41:43 +00:00
Update for BananapiR1/CSC build target, tested for building only
This commit is contained in:
parent
9961095b29
commit
8b4aa31fc5
4 changed files with 7435 additions and 3 deletions
|
@ -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"
|
||||
|
|
7426
config/kernel/linux-mt7623-dev.config
Normal file
7426
config/kernel/linux-mt7623-dev.config
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mt7623-legacy
|
Loading…
Add table
Reference in a new issue