From 5120b86657faf5980ca649cd44d6472faaf48f3c Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Tue, 3 Mar 2015 16:10:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BE=D0=B4=D0=BD=D0=BE=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9=20=D0=BE=D0=BF=D1=86=D0=B8=D0=B8=20--convert?= =?UTF-8?q?=20--kver-old?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cl-kernel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cl-kernel b/cl-kernel index 3e05cd6..fce7e53 100755 --- a/cl-kernel +++ b/cl-kernel @@ -532,6 +532,10 @@ else then eerror $"--convert is uncompatible with --march" fi + if [[ -n $KVER_OLD ]] + then + eerror $"--convert is uncompatible with --kver-old" + fi get_old_config fi