summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-11-14 08:24:03 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-11-30 06:56:44 (GMT)
commitf441a6bf0dc7031145a1383e8037daf48f7c60ca (patch)
treef2ca720c4dbf6c5f5a0c7a27242f5b9b864d7a53 /config/kernel
parent4dc9d643f94720bb11a7b4fa0c39729a684be5bb (diff)
linux: Add dependency on rsync for Linux >= 5.3
As of Linux v5.3 rsync is used as part of the build process. Add Linux 5.3 as a milestone, configure detection of rsync and a dependency on rsync for Linux 5.3 and newer. Add a comment in so that users can tell why they can't select a newer version. Fixes #1628 Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 6ff8192..a6cd40f 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -12,6 +12,13 @@
# (including versions in between) until the EOL dates indicated below.
# Such pinned versions are indicated in version.desc files with a comment.
+config KERNEL_DEP_RSYNC
+ def_bool y
+ select LINUX_REQUIRE_older_than_5_3 if !CONFIGURE_has_rsync
+
+comment "Linux >=5.3 requires rsync"
+ depends on !CONFIGURE_has_rsync
+
choice
bool
prompt "Kernel verbosity:"