11 lines
291 B
PHP
11 lines
291 B
PHP
|
# Copyright (c) 2023, Rockchip Electronics Co., Ltd
|
||
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
||
|
|
||
|
SOC_FAMILY ?= "rk3562"
|
||
|
PREFERRED_VERSION_linux-rockchip ?= "5.10%"
|
||
|
LINUXLIBCVERSION ?= "5.10-custom%"
|
||
|
|
||
|
require conf/machine/include/rk356x.inc
|
||
|
|
||
|
RK_ISP_VERSION := "3.2_LITE"
|