We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953ddf5 commit a6c008fCopy full SHA for a6c008f
scripts/build-linux-deb.sh
@@ -76,12 +76,11 @@ do_make() {
76
CROSS_COMPILE=aarch64-linux-gnu- \
77
DEB_HOST_ARCH=arm64 \
78
KDEB_SOURCENAME="linux-${FLAVOR}" \
79
+ LOCALVERSION="-${FLAVOR}" \
80
"$@"
81
}
82
83
configure_kernel() {
- export LOCALVERSION="-${FLAVOR}"
84
-
85
rm -vf "${WORK_DIR}/kernel/configs/local.config"
86
for fragment in "$@"; do
87
log_i "Adding config fragment to local.config: ${fragment}"
0 commit comments