--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: debian-installer: Add support for the Buffalo Linkstation LS-CHLv2/LS-XHL
- From: Michael Walle <michael@walle.cc>
- Date: Sun, 13 Apr 2014 21:51:12 +0200
- Message-id: <20140413195112.14060.77411.reportbug@apollo.fritz.box>
Package: debian-installer
Severity: wishlist
Tags: patch
This patch adds support for the Buffalo Linkstation LS-CHLv2 and LS-XHL.
-- System Information:
Debian Release: 7.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (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 aa9f7162da91932fdc76aeeb6cd7ab6adcbdc9b9 Mon Sep 17 00:00:00 2001
From: Michael Walle <michael@walle.cc>
Date: Thu, 10 Apr 2014 13:55:36 +0200
Subject: [PATCH] Add support for Buffalo Linkstation LS-CHLv2/LS-XHL.
Signed-off-by: Michael Walle <michael@walle.cc>
---
build/config/armel/kirkwood/network-console.cfg | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/build/config/armel/kirkwood/network-console.cfg b/build/config/armel/kirkwood/network-console.cfg
index 24f8803..307fb2c 100644
--- a/build/config/armel/kirkwood/network-console.cfg
+++ b/build/config/armel/kirkwood/network-console.cfg
@@ -1,9 +1,11 @@
MEDIA_TYPE = netboot image (SSH)
-TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) ts219 ts41x lacie
+TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) ts219 ts41x lacie lschlv2 lsxhl
EXTRANAME = $(MEDIUM)
TYPE = netboot/network-console
+TEMP_DTB = $(TEMP)/lib
+
# QNAP TS-119, TS-219 and TS-219P
ts219:
mkdir -p $(SOME_DEST)/$(EXTRANAME)/qnap/ts-219
@@ -47,3 +49,21 @@ lacie:
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x0 -e 0x0 -n "debian-installer ramdisk" -d $(TEMP_INITRD) $(SOME_DEST)/$(EXTRANAME)/lacie/uInitrd
update-manifest $(SOME_DEST)/$(EXTRANAME)/lacie/uImage "Linux kernel for LaCie NAS"
update-manifest $(SOME_DEST)/$(EXTRANAME)/lacie/uInitrd "initrd for LaCie NAS"
+
+# Buffalo Linkstation LS-CHLv2
+lschlv2:
+ mkdir -p $(SOME_DEST)/$(EXTRANAME)/buffalo/lschlv2
+ cat $(TEMP_KERNEL) $(TEMP_DTB)/kirkwood-lschlv2.dtb > $(TEMP)/vmlinuz-lschlv2
+ mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n "Debian kernel" -d $(TEMP)/vmlinuz-lschlv2 $(SOME_DEST)/$(EXTRANAME)/buffalo/lschlv2/uImage
+ mkimage -A arm -O linux -T ramdisk -C gzip -a 0x0 -e 0x0 -n "debian-installer ramdisk" -d $(TEMP_INITRD) $(SOME_DEST)/$(EXTRANAME)/buffalo/lschlv2/uInitrd
+ update-manifest $(SOME_DEST)/$(EXTRANAME)/buffalo/lschlv2/uImage "Linux kernel for LS-CHLv2"
+ update-manifest $(SOME_DEST)/$(EXTRANAME)/buffalo/lschlv2/uInitrd "initrd for LS-CHLv2"
+
+# Buffalo Linkstation LS-XHL
+lsxhl: lschlv2
+ mkdir -p $(SOME_DEST)/$(EXTRANAME)/buffalo/lsxhl
+ cat $(TEMP_KERNEL) $(TEMP_DTB)/kirkwood-lsxhl.dtb > $(TEMP)/vmlinuz-lsxhl
+ mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n "Debian kernel" -d $(TEMP)/vmlinuz-lsxhl $(SOME_DEST)/$(EXTRANAME)/buffalo/lsxhl/uImage
+ ln -nfs ../lschlv2/uInitrd $(SOME_DEST)/$(EXTRANAME)/buffalo/lsxhl/uInitrd
+ update-manifest $(SOME_DEST)/$(EXTRANAME)/buffalo/lsxhl/uImage "Linux kernel for LS-XHL"
+ update-manifest $(SOME_DEST)/$(EXTRANAME)/buffalo/lsxhl/uInitrd "initrd for LS-XHL"
--
1.7.10.4
--- End Message ---
--- Begin Message ---
- To: 744716-close@bugs.debian.org
- Subject: Bug#744716: fixed in debian-installer 20150324
- From: Cyril Brulebois <kibi@debian.org>
- Date: Tue, 24 Mar 2015 05:18:32 +0000
- Message-id: <E1YaHEW-0006hc-Dg@franck.debian.org>
Source: debian-installer
Source-Version: 20150324
We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 744716@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cyril Brulebois <kibi@debian.org> (supplier of updated debian-installer package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 24 Mar 2015 03:25:12 +0100
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150324
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Cyril Brulebois <kibi@debian.org>
Description:
debian-installer - Debian installer
Closes: 696418 700026 744716 775136
Changes:
debian-installer (20150324) unstable; urgency=medium
.
[ Didier Raboud ]
* Correct typo and joy images paths in debian/copyright
* Use APT `apt-config dump`s result to determine where to find the
system's sources.list (Closes: #775136)
.
[ Raphaël Hertzog ]
* Bump Build-Depends on dns323-firmware-tools to require version
0.7.3-1 because d-i uses options that are not supported in the wheezy
version of the package.
.
[ Karsten Merker ]
* Add boot/arm/u-boot-image-config (a list of u-boot components and their
offsets on disk, needed to create bootable images for arm-based systems).
* Provide u-boot binaries for armhf systems without u-boot in flash.
* Add a workaround for the console baudrate mismatch on some i.MX6-based
systems in boot/arm/bootscr.mainline_common.
.
[ Helge Deller ]
* alpha: Switch to KERNELVERSION
* alpha,hppa: add debian-ports gpg keyring
.
[ Michael Walle ]
* Add support for the Buffalo Linkstation LS-CHLv2/LS-XHL (Closes: #744716).
.
[ Cyril Brulebois ]
* Extend write-built-using to also generate the ${extra:Built-Using}
substvar, making it possible to track packages mentioned in the
EXTRA_PACKAGES variable (currently set to "bf-utf-source syslinux").
Thanks to Ansgar Burchardt for the reports (Closes: #696418, #700026).
* Update translation-status for the release.
Checksums-Sha1:
866ce44e55d3add685059e8d7907041ec981b37c 3478 debian-installer_20150324.dsc
1625404f7c2dfd89f46b199977485da358b5c5d6 1371305 debian-installer_20150324.tar.gz
Checksums-Sha256:
3ba098a0a603e45272d4c641fb973c6cc91ede816d1ee979d532bcf2d8032ef4 3478 debian-installer_20150324.dsc
c74460146c810c62c5f4f84c91aeff8e02d98188e7ee5b14ee8940209e14b08a 1371305 debian-installer_20150324.tar.gz
Files:
be2e5f7bec567065769bd64c6d8a1547 3478 devel optional debian-installer_20150324.dsc
4a1c295a23153c7fc61925912b47eaea 1371305 devel optional debian-installer_20150324.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJVEMujAAoJEP+RSvDCs1UgEFMP/2n726tHPzxU8Qt8z6YZp0a6
px4wutv5dORwf0AW4IpP64Yf1gOLJ2JRH5tVhJcknOMsna6gAA2Ci5Y0wCUOGXKT
Re0b1Lf9r9MBsho1oqSA9BJlc5bQ50E7KQB/QqdfXbHgPv55GE977qwhu+i/tDMb
TuVAGU0W/XbDg/BfNwI+TXaHoyQ7w2dV9C5N9rmv3M+zf3StKjNMKk3wiNEcBGTr
VpmBuLI8XI45GmYzdPCksrZ+1bOqkYfIJABuD1HLjDhs98YEH05bs4tMEb8Tt1sl
IWCTDcVHyBNUtmqrS/jrgjFk8+r+iAIz3Ry20KRywIL73w5n5EtI10bYWn2/U7c4
Ut+txG4WFLYXl3qEIpIpcJI6cJHhJDcP8EsJ060T+rSCZ8Uc4pEoU+U8XzRSk6gn
oBQZ25OjTHgYWNdWQHDAVQWhrsHqSwU78o2CtW/KUVWd2iFdpeIjT/92OPc/exN/
TSS0Qx0gNwI9/Tx1LI93HbVnpALR6NhDNVCrv/ve6ks+MyLRQ2el4bdE5KZAGOs7
VdsY7zDWGLPGSTv20EEmbRvqW52DqEtj20bcImV1K4IEBOyVE+jtiEEcUKFCB2/d
zAib9o04bOaPNV6hEYmWmi3LMjRtnrC0gw1Jyz43dOWI1QtqE8TB90e58GR1q65e
LrElY/cqIK2qiufml+e8
=GJR/
-----END PGP SIGNATURE-----
--- End Message ---