Path: blob/next/external/config/templates/config-example.conf
17850 views
KERNEL_CONFIGURE="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt1CLEAN_LEVEL="debs,oldcache" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot,2# "debs" = delete packages in "./output/debs" for current branch and family,3# "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/images",4# "cache" = delete "./output/cache", "sources" = delete "./sources"5# "oldcache" = remove old cached rootfs except for the newest 8 files67DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-889# advanced10EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages11INSTALL_HEADERS="" # install kernel headers package12LIB_TAG="master" # change to "branchname" to use any branch currently available.13USE_TORRENT="yes" # use torrent network for faster toolchain and cache download14DOWNLOAD_MIRROR="china" # set to "china" to use mirrors.tuna.tsinghua.edu.cn1516BOARD=""17BRANCH=""18RELEASE=""19WIREGUARD="no"20BUILD_KSRC="no"21INSTALL_KSRC="no"22IGNORE_UPDATES=""23COMPRESS_OUTPUTIMAGE="no"24NO_APT_CACHER="yes"25GITEE_SERVER="no"2627#install_balena_etcher="yes"28#install_zfs="yes"29#install_docker="yes"30#install_chromium="yes"31#install_firefox="yes"323334