From 8f729a351a9587017fbbe2affe8036d3225d13ec Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sat, 8 Oct 2022 12:02:28 +0200 Subject: [PATCH] armbian-next: update defaults and comments in config file --- config/templates/config-example.conf | 43 +++++++++++++--------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/config/templates/config-example.conf b/config/templates/config-example.conf index 76bdbcd4a2..f7c7b6f20e 100644 --- a/config/templates/config-example.conf +++ b/config/templates/config-example.conf @@ -1,37 +1,34 @@ # Read build script documentation https://docs.armbian.com/Developer-Guide_Build-Options/ # for detailed explanation of these options and for additional options not listed here -KERNEL_ONLY="" # This key will not be used in the future. - # BUILD_ONLY is a list of tasks to build separated by a space or comma or both. # List only what needs to be done. If empty, collect everything including the image. # Valid task names: u-boot, kernel, armbian-config, armbian-zsh, # plymouth-theme-armbian, armbian-firmware, armbian-bsp, chroot, bootstrap -BUILD_ONLY="" +# IMPORTANT: BUILD_ONLY is NOT IMPLEMENTED in armbian-next and thus has no effect. +# BUILD_ONLY="" -# leave empty to select each time, set to "yes" or "no" to skip dialog prompt -KERNEL_CONFIGURE="" +KERNEL_ONLY="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt +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-atf" = make clean for ATF, if it is built. +: # "make-uboot" = make clean for uboot, if it is built. +: # "make-kernel" = make clean for kernel, if it is built. very slow. +: # *important*: "make" by itself has disabled, since Armbian knows how to handle Make timestamping now. +: # "debs" = delete packages in "./output/debs" for current branch and family. causes rebuilds, hopefully cached. +: # "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 -# CLEAN_LEVEL - 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 -CLEAN_LEVEL="make,debs,oldcache" - -# comma-separated list of packages which will be installed from repository +REPOSITORY_INSTALL="" # comma-separated list of core modules which will be installed from repository # "u-boot", "kernel", "bsp", "armbian-config", "armbian-firmware" # leave empty to build from sources or use local cache -REPOSITORY_INSTALL="" -DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8 +DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8 # advanced -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="no" # use torrent network for faster toolchain and cache download -DOWNLOAD_MIRROR="" # set to "china" to use mirrors.tuna.tsinghua.edu.cn -CARD_DEVICE="" # device name /dev/sdx of your SD card to burn directly to the card when done +EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages +INSTALL_HEADERS="" # install kernel headers package +USE_TORRENT="no" # use torrent network for faster toolchain and cache download +DOWNLOAD_MIRROR="" # set to "china" to use chinese mirrors +CARD_DEVICE="" # device name /dev/sdx of your SD card to burn directly to the card when done