From 863a0e3791f4df59f2c2c7e159609b429a8a2dc0 Mon Sep 17 00:00:00 2001
From: Darik Horn <dajhorn@vanadac.com>
Date: Sun, 12 Jan 2014 14:07:05 -0500
Subject: [PATCH] Add support for the Buffalo Linkstation LS-CHLv2.

This hardware model is also branded as the Buffalo Linkstation LS-CH1.0L
and the Buffalo Linkstation with BitTorrent.

Per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734130#10
---
 src/system/subarch-arm-linux.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/system/subarch-arm-linux.c b/src/system/subarch-arm-linux.c
index 71fdff3..6ec8fbc 100644
--- a/src/system/subarch-arm-linux.c
+++ b/src/system/subarch-arm-linux.c
@@ -59,6 +59,7 @@ static struct map map_hardware[] = {
     { "QNAP TS-409", "orion5x" },
     { "HP Media Vault mv2120", "orion5x" },
     { "Buffalo Linkstation LiveV3 (LS-CHL)", "orion5x" },
+    { "Buffalo Linkstation LS-CHLv2", "kirkwood" }, /* aka: LS-CH1.0L */
     { "Buffalo Linkstation Mini", "orion5x" },
     { "Buffalo Linkstation Pro/Live", "orion5x" },
     { "Marvell Orion-NAS Reference Design", "orion5x" },
-- 
1.7.10.4

