Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong
GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/config/templates/config-example.conf
17850 views
1
KERNEL_CONFIGURE="" # leave empty to select each time, set to "yes" or "no" to skip dialog prompt
2
CLEAN_LEVEL="debs,oldcache" # comma-separated list of clean targets: "make" = make clean for selected kernel and u-boot,
3
# "debs" = delete packages in "./output/debs" for current branch and family,
4
# "alldebs" = delete all packages in "./output/debs", "images" = delete "./output/images",
5
# "cache" = delete "./output/cache", "sources" = delete "./sources"
6
# "oldcache" = remove old cached rootfs except for the newest 8 files
7
8
DEST_LANG="en_US.UTF-8" # sl_SI.UTF-8, en_US.UTF-8
9
10
# advanced
11
EXTERNAL_NEW="prebuilt" # compile and install or install prebuilt additional packages
12
INSTALL_HEADERS="" # install kernel headers package
13
LIB_TAG="master" # change to "branchname" to use any branch currently available.
14
USE_TORRENT="yes" # use torrent network for faster toolchain and cache download
15
DOWNLOAD_MIRROR="china" # set to "china" to use mirrors.tuna.tsinghua.edu.cn
16
17
BOARD=""
18
BRANCH=""
19
RELEASE=""
20
WIREGUARD="no"
21
BUILD_KSRC="no"
22
INSTALL_KSRC="no"
23
IGNORE_UPDATES=""
24
COMPRESS_OUTPUTIMAGE="no"
25
NO_APT_CACHER="yes"
26
GITEE_SERVER="no"
27
28
#install_balena_etcher="yes"
29
#install_zfs="yes"
30
#install_docker="yes"
31
#install_chromium="yes"
32
#install_firefox="yes"
33
34