Return-path: Received: from ey-out-2122.google.com ([74.125.78.25]:17012 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752985AbZI1TIy (ORCPT ); Mon, 28 Sep 2009 15:08:54 -0400 Received: by ey-out-2122.google.com with SMTP id 4so139332eyf.19 for ; Mon, 28 Sep 2009 12:08:57 -0700 (PDT) From: Hin-Tak Leung To: linux-wireless@vger.kernel.org, lrodriguez@atheros.com Cc: Hin-Tak Leung , Hin-Tak Leung Subject: [PATCH] compat-2.6: adding notes on installing to non-running kernel Date: Mon, 28 Sep 2009 20:08:54 +0100 Message-Id: <1254164934-1735-1-git-send-email-HinTak.Leung@gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: adding notes on installing to non-running kernel Signed-off-by: Hin-Tak Leung --- README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index 7c6c2cd..380fc5a 100644 --- a/README +++ b/README @@ -142,6 +142,15 @@ compat-wireless-2.6 drivers for it you can use this syntax: make KLIB=/home/mcgrof/kernels/linux-2.6.23.9 KLIB_BUILD=/home/mcgrof/kernels/linux-2.6.23.9 +If you have a kernel installed, which is not your currently running kernel (e.g. via +distro updates; plus its corresponding kernel-dev package), you can use this syntax: + +make KLIB=/lib/modules/2.6.30.6-53.fc11.x86_64 + + and to install to your system's root path for the non-running kernel: + +make KLIB=/lib/modules/2.6.30.6-53.fc11.x86_64 KMODPATH_ARG='INSTALL_MOD_PATH=' install + Bugs ----- -- 1.6.2.5