From patchwork Tue Apr 17 12:29:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 1695 Return-Path: Received: from nm10.bullet.mail.ukl.yahoo.com (nm10.bullet.mail.ukl.yahoo.com [217.146.182.251]) by open-mesh.org (Postfix) with SMTP id A45F56007E1 for ; Tue, 17 Apr 2012 14:29:22 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key) header.i=@yahoo.de; dkim-adsp=none Received: from [217.146.183.184] by nm10.bullet.mail.ukl.yahoo.com with NNFMP; 17 Apr 2012 12:29:22 -0000 Received: from [77.238.184.77] by tm15.bullet.mail.ukl.yahoo.com with NNFMP; 17 Apr 2012 12:29:22 -0000 Received: from [127.0.0.1] by smtp146.mail.ukl.yahoo.com with NNFMP; 17 Apr 2012 12:29:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1334665762; bh=fA57AcyAPD/GuD1huvXiOTXuJ6eQCDLOpKq7Gc9zWjQ=; 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; b=YpnlkWFqEl1BrmfQCb3Goivf8UKgQy0lALtRXxQ0sQRhWn5VIf4eXLHWkkhE6+58W6q8rXJ8NzQMKjqz9q7rElj9filB2sj8TEvdezblSbppiUI8rbpejEPc06nrTXwlzPlxxWEx1++vfdmVLpjqBUCylmly6OsAedy5xykwg8g= X-Yahoo-Newman-Id: 476159.31494.bm@smtp146.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ZBvi4XMVM1n6DaX1GuCAH2B6s8qWS13d8ghd0aiD335ZH0d W6bgtbt2rE_G0nXiE5tcJLNvsVIJTNuj.IDfSMwF0wak4X12KISArFZD9kGt aEpIXRQo5iPMm3H8Q5u03O3XK9YfZhwX5aGpMIIYwsaWPRTWug4dY.6W138s ZqY1CevUAsqI20PeCr27_eSgP2sb5Zxd0hNX1FDvrb4ELyipVGD7hz7dK_7X d7UG7gRSXCOqJo6OKEuQDQrghLBP8ev8UCNzpSdn1_CquPxAcRnwe_MKaJCJ _h6gt48gtnTaYwtwIGrbAeCYag1G4VQgd5lxc9j088JJc3Ylt4pIc240Pa7q r5iLeN.T2VmGBLPtcYpCM26JivWmp6uf0qpc4KoXhaWEjflIOv3nefhU4WEu hX9Y- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@78.46.248.235 with plain) by smtp146.mail.ukl.yahoo.com with SMTP; 17 Apr 2012 12:29:21 +0000 GMT From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Tue, 17 Apr 2012 14:29:13 +0200 Message-Id: <1334665753-347-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9.1 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: fix types 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:29:23 -0000 Signed-off-by: Marek Lindner --- 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