From 2751cc05e014155c382eca546db7310d29766203 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 11 Jul 2012 10:54:42 +0300 Subject: [PATCH] config.mk: Set latest supported kernel version to 3.5 Signed-off-by: Vladimir Sokolovsky --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 5f88f30..50c3282 100644 --- a/config.mk +++ b/config.mk @@ -7,7 +7,7 @@ export ifneq ($(wildcard $(KLIB_BUILD)/Makefile),) -COMPAT_LATEST_VERSION = 3 +COMPAT_LATEST_VERSION = 5 KERNEL_VERSION := $(shell $(MAKE) -C $(KLIB_BUILD) kernelversion | sed -n 's/^\([0-9]\)\..*/\1/p') -- 2.46.0