Package: flash-kernel Version: 3.0~rc.4 Severity: normal Tags: patch Dear Maintainer,
uImage et uInitrd files are not generated for LaCie Kirkwood NASes. Please, consider applying the attached patch. Regards, Simon -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: armel (armv5tel) Kernel: Linux 3.2.0-00010-g0a7ba17 (PREEMPT) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages flash-kernel depends on: ii devio 1.2-1+b1 ii initramfs-tools 0.102 ii linux-base 3.5 flash-kernel recommends no packages. Versions of packages flash-kernel suggests: ii u-boot-tools 2011.12-3 -- no debconf information
>From 3d9c8dc8e5719d2dbf22da4fecb3005e8dc620fb Mon Sep 17 00:00:00 2001 From: Simon Guinot <simon.gui...@sequanux.org> Date: Thu, 26 Apr 2012 19:16:27 +0200 Subject: [PATCH] Add support for LaCie Kirkwood NASes This patch provides support for the following LaCie boards: - LaCie 2Big Network v2 - LaCie 5Big Network v2 - LaCie Internet Space v2 - LaCie Network Space v2 - LaCie Network Space Max v2 - LaCie d2 Network v2 --- README | 6 ++++++ db/all.db | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/README b/README index 4eb4f35..1d2c600 100644 --- a/README +++ b/README @@ -25,6 +25,12 @@ The following systems are supported: - HP t5325 Thin Client - HP Media Vault mv2120 - Intel SS4000-E + - LaCie 2Big Network v2 + - LaCie 5Big Network v2 + - LaCie Internet Space v2 + - LaCie Network Space v2 + - LaCie Network Space Max v2 + - LaCie d2 Network v2 - Linksys NSLU2 - Marvell DB-78x00-BP Development Board - Marvell OpenRD-Base diff --git a/db/all.db b/db/all.db index 2ce4645..b7f7caa 100644 --- a/db/all.db +++ b/db/all.db @@ -116,6 +116,60 @@ Boot-Multi-Path: /boot/uImage Required-packages: u-boot-tools Bootloader-sets-root: yes +Machine: LaCie 2Big Network v2 +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + +Machine: LaCie 5Big Network v2 +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + +Machine: LaCie Internet Space v2 +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + +Machine: LaCie Network Space v2 +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + +Machine: LaCie Network Space Max v2 +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + +Machine: LaCie d2 Network v2 +Kernel-Flavors: kirkwood +U-Boot-Kernel-Address: 0x00008000 +U-Boot-Initrd-Address: 0x0 +Boot-Kernel-Path: /boot/uImage +Boot-Initrd-Path: /boot/uInitrd +Required-Packages: u-boot-tools +Bootloader-sets-root: no + # Really: Intel SS4000-e and compatibles Machine: Lanner EM7210 Method: redboot -- 1.7.9.5