From 52a4532f57d70c0781ea9cc7d092fc2d66864ba4 Mon Sep 17 00:00:00 2001
From: Darik Horn <dajhorn@vanadac.com>
Date: Sat, 4 Jan 2014 01:34:12 +0000
Subject: [PATCH] db: Add support for Buffalo Linkstation LS-CHLv2

The Buffalo Linkstation Live with BitTorrent, model LS-CHLv2, is
supported by Debian as of the Linux 3.6 backports package for Wheezy.
---
 README    |    1 +
 db/all.db |   11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/README b/README
index 674a88a..d1e2418 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ The following systems are supported:
 
  - Buffalo Linkstation Live
  - Buffalo Linkstation Live, version 3 (LS-CHL)
+ - Buffalo Linkstation Live with BitTorrent (LS-CHLv2)
  - Buffalo Linkstation Mini
  - Buffalo Linkstation Pro
  - Buffalo/Revogear Kurobox Pro
diff --git a/db/all.db b/db/all.db
index 76e99fd..f39e558 100644
--- a/db/all.db
+++ b/db/all.db
@@ -10,6 +10,17 @@ Boot-Initrd-Path: /boot/initrd.buffalo
 Required-Packages: u-boot-tools
 Bootloader-Sets-Root: yes
 
+Machine: Buffalo Linkstation LS-CHLv2
+Kernel-Flavors: kirkwood
+DTB-Id: kirkwood-lschlv2.dtb
+DTB-Append: yes
+U-Boot-Kernel-Address: 0x00008000
+U-Boot-Initrd-Address: 0x0
+Boot-Kernel-Path: /boot/uImage.buffalo
+Boot-Initrd-Path: /boot/initrd.buffalo
+Required-Packages: u-boot-tools
+Bootloader-Sets-Root: yes
+
 Machine: Buffalo Linkstation Mini
 Kernel-Flavors: orion5x
 Machine-Id: 1858
-- 
1.7.10.4

