From patchwork Tue Apr 17 12:31:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1728 Return-Path: Received: from nm12.bullet.mail.ukl.yahoo.com (nm12.bullet.mail.ukl.yahoo.com [217.146.183.186]) by open-mesh.org (Postfix) with SMTP id E12EF6007FE for ; Tue, 17 Apr 2012 14:31:42 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.214] by nm12.bullet.mail.ukl.yahoo.com with NNFMP; 17 Apr 2012 12:31:42 -0000 Received: from [217.146.182.73] by tm7.bullet.mail.ukl.yahoo.com with NNFMP; 17 Apr 2012 12:31:42 -0000 Received: from [127.0.0.1] by smtp119.mail.ukl.yahoo.com with NNFMP; 17 Apr 2012 12:31:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1334665902; bh=yURdvJNvxZSiY/gHlY7wBHi51h6xgFoukjSOrtfsDmU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=6G5+xeajNR3xSK5gj5a4jMLMX8TT35WVjn4Q8rYNRiyh1PaN/JchqMw63HlnzEsGUBFSQsS/EWec2iFagB5I14semAWI+krj/kD5TX+9Gbek2kpEFvLDwR8CZyO9O3AZkQoi9kzMvXJmseD93NY1ybIFxwVfIyoLeGnJeAx36dU= X-Yahoo-Newman-Id: 720296.27053.bm@smtp119.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: TDovk3gVM1kARX3wh4G0yY_4uW2wNv4jAgm3kTgPBUgpvYv UjrZHP_Xje6_VrwnKtanLYPDOTYlIOIIbOZXubqOzx15jvXY3_Mp1eDNInWt jQOzkRDUpL1ZBiJjjHOSW5iTh4TD6xj.Emcx_4tBFWOF87P5F9ipd5Pl7PmN tSIS7FSfzoZ1YAnJGmw8lUKcKpXowI5er4vRc.JtCKNX3cI4Zd6W6XyGVZO7 kJ6oC5JXmN0TKRsm7m7tjr7DXerluADLEqVjCoK3sak0x0SDqQp2nVGVD5p8 ftUQfwPUHPamRL9e_TONp1.A56wHnjdztzBVRhO5L9RVh38iN.3zEzEo6039 Bj_NOYi1v15n78vUOMq.GnlGCqZN8rcqMjgg5p1k38r90dcB.1g1Ox8Mo6gV E1qw- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@78.46.248.235 with plain) by smtp119.mail.ukl.yahoo.com with SMTP; 17 Apr 2012 05:31:42 -0700 PDT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Tue, 17 Apr 2012 14:31:34 +0200 Message-Id: <1334665894-647-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1334665753-347-1-git-send-email-lindner_marek@yahoo.de> References: <1334665753-347-1-git-send-email-lindner_marek@yahoo.de> Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH v2] batman-adv: fix typos in README.external X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 12:31:43 -0000 Signed-off-by: Marek Lindner --- Fixing typo in the subject! README.external | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.external b/README.external index 874ee7f..787172e 100644 --- a/README.external +++ b/README.external @@ -21,7 +21,7 @@ if you want to compile against some other kernel, use: # make KERNELPATH=/path/to/kernel -if you wont to install this module: +if you want to install this module: # sudo make install @@ -29,7 +29,7 @@ CONFIGURATION ------------- The in-kernel module can be configured through -menuconfig. When compiling outside of the kernel, tree it is +menuconfig. When compiling outside of the kernel tree, it is necessary to configure it using the make options. Each option can be set to to y (enabled), n (disabled) or m (build as module). Available options and their possible values are