23 lines
720 B
Plaintext
23 lines
720 B
Plaintext
#include "base/base.config"
|
|
#include "chips/rk3308_aarch64.config"
|
|
#include "fs/vfat.config"
|
|
#include "multimedia/audio.config"
|
|
#include "wifibt/bt.config"
|
|
#include "wifibt/wireless.config"
|
|
#include "gui/lvgl.config"
|
|
BR2_PACKAGE_BLUEZ_ALSA=y
|
|
BR2_PACKAGE_COREUTILS=y
|
|
BR2_PACKAGE_EVTEST=y
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
|
|
BR2_PACKAGE_I2C_TOOLS=y
|
|
BR2_PACKAGE_IW=y
|
|
# BR2_PACKAGE_LVGL_DEMO is reset to default
|
|
# BR2_PACKAGE_PULSEAUDIO is reset to default
|
|
BR2_PACKAGE_RKPARTYBOX=y
|
|
# BR2_PACKAGE_RKWIFIBT_APP is reset to default
|
|
# BR2_PACKAGE_ROCKCHIP_ALSA_CONFIG is reset to default
|
|
BR2_PACKAGE_SPEEX=y
|
|
BR2_PACKAGE_STRACE=y
|
|
BR2_STRIP_EXCLUDE_FILES="rkpartybox librockit.so"
|
|
BR2_TARGET_GENERIC_HOSTNAME="rk3308_64"
|