22 lines
537 B
Plaintext
Executable File
22 lines
537 B
Plaintext
Executable File
#include "rk3326_arm64.config"
|
|
#include "base.config"
|
|
#include "base_extra.config"
|
|
#include "gpu.config"
|
|
#include "weston.config"
|
|
#include "audio.config"
|
|
#include "qt_car.config"
|
|
|
|
|
|
BR2_CCACHE=y
|
|
BR2_TARGET_GENERIC_HOSTNAME="fustone"
|
|
BR2_TARGET_GENERIC_ISSUE="Welcome to rk3358 system"
|
|
BR2_ROOTFS_OVERLAY="board/rockchip/px30/fs-overlay-64/"
|
|
BR2_PACKAGE_RKWIFIBT_BTUART="ttyS1"
|
|
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
|
|
BR2_PACKAGE_DOSFSTOOLS_FSCK_FAT=y
|
|
BR2_PACKAGE_FATRESIZE=y
|
|
BR2_PACKAGE_PARTED=y
|
|
BR2_PACKAGE_SLT_GPU_LIGHT=y
|
|
#BR2_PACKAGE_ICU=y
|
|
|