OrangePi_CM5/external/config/templates/config-example.conf

31 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-03-07 16:26:01 +08:00
KERNEL_CONFIGURE="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt
CLEAN_LEVEL="debs,oldcache" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot,
# "debs" = delete packages in "./output/debs" for current branch and family,
# "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/images",
# "cache" = delete "./output/cache", "sources" = delete "./sources"
# "oldcache" = remove old cached rootfs except for the newest 8 files
2020-10-30 09:50:39 +08:00
2022-03-07 16:26:01 +08:00
DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8
2020-10-30 09:50:39 +08:00
# advanced
2022-03-07 16:26:01 +08:00
EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages
INSTALL_HEADERS="" # install kernel headers package
LIB_TAG="master" # change to "branchname" to use any branch currently available.
USE_TORRENT="yes" # use torrent network for faster toolchain and cache download
DOWNLOAD_MIRROR="china" # set to "china" to use mirrors.tuna.tsinghua.edu.cn
2020-10-30 09:50:39 +08:00
BOARD=""
BRANCH=""
RELEASE=""
WIREGUARD="no"
BUILD_KSRC="no"
INSTALL_KSRC="no"
IGNORE_UPDATES=""
COMPRESS_OUTPUTIMAGE="no"
2022-07-29 09:54:12 +08:00
NO_APT_CACHER="yes"
2022-12-12 18:04:04 +08:00
#install_balena_etcher="yes"
#install_chromium="yes"
#install_docker="yes"
#install_firefox="yes"