mirror of https://github.com/armbian/build.git
KERNEL_TEST_TARGET is just override. We won't both targets, so we have both.
This commit is contained in:
parent
18795c437a
commit
4d149b47c3
|
|
@ -3,7 +3,7 @@ BOARD_NAME="NanoPi R76S"
|
|||
BOARDFAMILY="rk35xx"
|
||||
BOOTCONFIG="nanopi-r76s-rk3576_defconfig"
|
||||
KERNEL_TARGET="vendor,edge" # WIP: current kernel
|
||||
KERNEL_TEST_TARGET="edge"
|
||||
KERNEL_TEST_TARGET="vendor,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3576-nanopi-r76s.dtb"
|
||||
|
|
|
|||
Loading…
Reference in New Issue