From 42385486e72f845948512669c1a416c1c361dc8b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 14:43:19 +0200 Subject: [PATCH] package/linux-fusion: fix version typo in patch description Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN --- package/linux-fusion/0001-fix-for-linux-4-and-above.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-fusion/0001-fix-for-linux-4-and-above.patch b/package/linux-fusion/0001-fix-for-linux-4-and-above.patch index 689d9bf107..bc9e936510 100644 --- a/package/linux-fusion/0001-fix-for-linux-4-and-above.patch +++ b/package/linux-fusion/0001-fix-for-linux-4-and-above.patch @@ -1,6 +1,6 @@ Fix build for linux >= 4.x -Instead of relying on testing for '3' as the linux kernel major verison, +Instead of relying on testing for '3' as the linux kernel major version, check that it is 2.x to include the proper Makefile, otherwise forcibly include the .26 Makefile, that is good for 3.x and 4.x too.