From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sven Eckelmann Date: Tue, 21 Apr 2015 12:45:08 +0200 Message-Id: <1429613108-19928-3-git-send-email-sven@narfation.org> In-Reply-To: <1429613108-19928-1-git-send-email-sven@narfation.org> References: <1429613108-19928-1-git-send-email-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCHv3 3/3] batman-adv: Add link to kernel README 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: , To: b.a.t.m.a.n@lists.open-mesh.org The batman-adv out-of-tree module provided a README in the root folder. But the kernel stores the same readme as Documentation/networking/batman-adv.txt. Just link to the kernel README to avoid having the same readme twice. Signed-off-by: Sven Eckelmann --- v3: No change v2: Moved from main patch to extra patch README | 1 + 1 file changed, 1 insertion(+) create mode 120000 README diff --git a/README b/README new file mode 120000 index 0000000..209342f --- /dev/null +++ b/README @@ -0,0 +1 @@ +Documentation/networking/batman-adv.txt \ No newline at end of file -- 2.1.4