From 34b448e1f52c515fc75d60aedf1f5ece91c3ab3e Mon Sep 17 00:00:00 2001 From: leeboby Date: Tue, 3 Nov 2020 11:01:46 +0800 Subject: [PATCH] Don't install kernel headers package by default --- external/config/templates/config-example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/config/templates/config-example.conf b/external/config/templates/config-example.conf index ac4bb19..683d6e9 100644 --- a/external/config/templates/config-example.conf +++ b/external/config/templates/config-example.conf @@ -9,7 +9,7 @@ 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="yes" # install kernel headers package +INSTALL_HEADERS="" # install kernel headers package LIB_TAG="master" # change to "branchname" to use any branch currently available. DOWNLOAD_MIRROR="" # set to "china" to use mirrors.tuna.tsinghua.edu.cn