From 53da16e3786cbf4c7637dacfddeef58c315cce66 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Fri, 18 Mar 2022 09:24:45 +0100 Subject: [PATCH] package/spidev_test: fix spidev_test.c version in Config.in help text - fix spidev_test.c version in Config.in help text, version update to 4.10 (missing from commit 'spidev_test: bump to version in Linux 4.10' [1]) [1] https://git.buildroot.net/buildroot/commit/?id=a497a9fd6cdb518572282b1478279f476f870fb7 Signed-off-by: Peter Seiderer Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/spidev_test/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/spidev_test/Config.in b/package/spidev_test/Config.in index 44990c66b6..aa57b5edbf 100644 --- a/package/spidev_test/Config.in +++ b/package/spidev_test/Config.in @@ -9,7 +9,7 @@ config BR2_PACKAGE_SPIDEV_TEST proper operation of 'spidev_test'. The version used is based on your toolchain headers version, - if it's older than 3.15 then 3.0 is used, otherwise 3.15 + if it's older than 3.15 then 3.0 is used, otherwise 4.10 is used. This means you won't have quad-pumped SPI support if your toolchain is too old.