Package: libdebian-installer Severity: normal Tags: patch The Buffalo Linkstation Pro (LS-XHL) is supported by Debian as of the Linux 3.12 backports package for wheezy.
The attached patch updates the libdebian-installer database for the LS-XHL. -- System Information: Debian Release: 7.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From d9b6561f4e35bb54e8818255cc064dee76d8afc3 Mon Sep 17 00:00:00 2001 From: Michael Walle <mich...@walle.cc> Date: Tue, 4 Mar 2014 23:30:44 +0100 Subject: [PATCH] add support for the Buffalo Linkstation LS-XHL The Buffalo Linkstation Pro (LS-XHL) is supported by Debian as of the Linux 3.12 backports package for wheezy. --- 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 7dbea6c..590576a 100644 --- a/src/system/subarch-arm-linux.c +++ b/src/system/subarch-arm-linux.c @@ -61,6 +61,7 @@ static struct map map_hardware[] = { { "HP Media Vault mv2120", "orion5x" }, { "Buffalo Linkstation LiveV3 (LS-CHL)", "orion5x" }, { "Buffalo Linkstation LS-CHLv2", "kirkwood" }, /* aka: LS-CH1.0L */ + { "Buffalo Linkstation LS-XHL", "kirkwood" }, { "Buffalo Linkstation Mini", "orion5x" }, { "Buffalo Linkstation Pro/Live", "orion5x" }, { "Marvell Orion-NAS Reference Design", "orion5x" }, -- 1.7.10.4