[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#503040: marked as done (debian-installer: Build firmware for the DNS-323)



Your message dated Sat, 11 Apr 2009 16:46:58 +0000
with message-id <E1LsgM6-0001QB-8b@ries.debian.org>
and subject line Bug#503040: fixed in debian-installer 20090123lenny1
has caused the Debian Bug report #503040,
regarding debian-installer: Build firmware for the DNS-323
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
503040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503040
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Severity: normal
Tags: patch

The attached patch extends d-i firmware building for armel to build initrd
and kernel uBoot files, and a complete firmware image, for the DNS-323 and
CH3SNAS devices.  The patch requires a new package dns323-firmware-tools,
which is currently sitting in NEW.

- Matt
unchanged:
--- b/installer/build/config/armel/orion5x/netboot.cfg
+++ b/installer/build/config/armel/orion5x/netboot.cfg
@@ -68,0 +69,11 @@
+# Dlink DNS-323 / Conceptronic CH3SNAS
+dns323:
+	mkdir -p $(SOME_DEST)/$(EXTRANAME)/dlink/dns323
+	mkdir -p $(TEMP)/dns323
+	# Set machine id 1542 (0x0606)
+	devio > $(TEMP)/dns323/kernel 'wl 0xe3a01c06,4' 'wl 0xe3811006,4'
+	cat $(TEMP_KERNEL) >> $(TEMP)/dns323/kernel
+	mkimage -A arm -O linux -T kernel -C none -e 0x00008000 -a 0x00008000 -n "Debian kernel" -d $(TEMP)/dns323/kernel $(TEMP)/dns323/kernel.uboot
+	#util/pad $(TEMP)/dns323/kernel.uboot 2097152 # 2 MB
+	mkimage -A arm -O linux -T ramdisk -C gzip -e 0x00800000 -a 0x00800000 -n "netboot image" -d $(TEMP_INITRD) $(TEMP)/dns323/initrd.uboot
+	mkdns323fw -k $(TEMP)/dns323/kernel.uboot -i $(TEMP)/dns323/initrd.uboot -p 7 -c 1 -m 1 -o $(SOME_DEST)/$(EXTRANAME)/dlink/dns323/netboot.img
unchanged:
--- a/installer/debian/control
+++ b/installer/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.2
 Vcs-Svn: svn://svn.debian.org/d-i/trunk/installer
 Build-Conflicts: libnewt-pic [mipsel]
 # NOTE: Do not edit the next line by hand. See comment below.
-Build-Depends: debhelper (>= 4), apt, apt-utils, gnupg, debian-archive-keyring (>= 2006.11.22), dpkg (>= 1.13.9), dctrl-tools, wget, bc, debiandoc-sgml, xsltproc, docbook-xsl, libbogl-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], glibc-pic, libslang2-pic (>= 2.0.6-4), libnewt-pic [!mipsel], libnewt-dev [mipsel], libgcc1 [i386 amd64], cramfsprogs [powerpc ppc64 ia64 mips mipsel arm armeb armel], genext2fs (>= 1.3-7.1), e2fsprogs, mklibs (>= 0.1.25), mklibs-copy [mips mipsel], genisoimage [!s390 !s390x], genromfs [sparc], hfsutils [powerpc ppc64], dosfstools [i386 ia64 m68k amd64], cpio, devio [arm armeb armel], slugimage (>= 0.10+r58-6) [arm armeb armel], nwutil [arm], uboot-mkimage [arm armel], syslinux (>= 2:3.63+dfsg-2) [i386 amd64], palo [hppa], elilo [ia64], yaboot [powerpc ppc64], aboot (>= 0.9b-2) [alpha], silo [sparc], sparc-utils [sparc], genisovh [mips], tip22 [mips], colo (>= 1.21-1) [mipsel], sibyl [mips mipsel], atari-bootstrap [m68k], vmelilo [m68k], m68k-vme-tftplilo [m68k], amiboot [m68k], emile [m68k], emile-bootblocks [m68k], apex-nslu2 [arm armeb armel], tofrodos [i386 amd64 kfreebsd-i386 kfreebsd-amd64], mtools (>= 3.9.9-1) [i386 ia64 m68k amd64 kfreebsd-i386 kfreebsd-amd64], module-init-tools [i386 arm armeb armel amd64 alpha hppa ia64 m68k mips mipsel powerpc ppc64 s390 sparc], bf-utf-source [!s390 !s390x], upx-ucl (>= 3) [i386], mkvmlinuz [powerpc ppc64], openssl [arm armel], win32-loader [i386 amd64 kfreebsd-i386 kfreebsd-amd64]
+Build-Depends: debhelper (>= 4), apt, apt-utils, gnupg, debian-archive-keyring (>= 2006.11.22), dpkg (>= 1.13.9), dctrl-tools, wget, bc, debiandoc-sgml, xsltproc, docbook-xsl, libbogl-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], glibc-pic, libslang2-pic (>= 2.0.6-4), libnewt-pic (>= 0.52.2-11.3) [!mipsel], libnewt-dev (>= 0.52.2-11.3) [mipsel], libgcc1 [i386 amd64], cramfsprogs [powerpc ppc64 ia64 mips mipsel arm armeb armel], genext2fs (>= 1.3-7.1), e2fsprogs, mklibs (>= 0.1.25), mklibs-copy [mips mipsel], genisoimage [!s390 !s390x], genromfs [sparc], hfsutils [powerpc ppc64], dosfstools [i386 ia64 m68k amd64], cpio, devio [arm armeb armel], slugimage (>= 0.10+r58-6) [arm armeb armel], dns323-firmware-tools [armel], nwutil [arm], uboot-mkimage [arm armel], syslinux (>= 2:3.63+dfsg-2) [i386 amd64], palo [hppa], elilo [ia64], yaboot [powerpc ppc64], aboot (>= 0.9b-2) [alpha], silo [sparc], sparc-utils [sparc], genisovh [mips], tip22 [mips], colo (>= 1.21-1) [mipsel], sibyl [mips mipsel], atari-bootstrap [m68k], vmelilo [m68k], m68k-vme-tftplilo [m68k], amiboot [m68k], emile [m68k], emile-bootblocks [m68k], apex-nslu2 [arm armeb armel], tofrodos [i386 amd64 kfreebsd-i386 kfreebsd-amd64], mtools (>= 3.9.9-1) [i386 ia64 m68k amd64 kfreebsd-i386 kfreebsd-amd64], module-init-tools [i386 arm armeb armel amd64 alpha hppa ia64 m68k mips mipsel powerpc ppc64 s390 sparc], bf-utf-source [!s390 !s390x], upx-ucl (>= 3) [i386], mkvmlinuz [powerpc ppc64], openssl [arm armel], win32-loader [i386 amd64 kfreebsd-i386 kfreebsd-amd64]
 # This package has the worst Build-Depends in Debian, so it deserves some
 # explanation. Note that this comment can also be used to generate a
 # Build-Depends line, by running the debian/genbuilddeps program.
@@ -94,6 +94,8 @@ Build-Depends: debhelper (>= 4), apt, apt-utils, gnupg, debian-archive-keyring (
 #		kernels and add nslu2 boot magic.
 #	- slugimage (>= 0.10+r58-6) [arm armeb armel]
 #		For building nslu2 firmware images.
+#	- dns323-firmware-tools [armel]
+#		For building DNS-323/CH3SNAS firmware images.
 #	- nwutil [arm]
 #		For building netwinder netinst images.
 #	- uboot-mkimage [arm armel]
only in patch2:
unchanged:
--- a/installer/build/config/armel/orion5x/netboot.cfg
+++ b/installer/build/config/armel/orion5x/netboot.cfg
@@ -1,6 +1,6 @@
 MEDIA_TYPE = netboot image
 
-TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) kuroboxpro mv2120 ts209 ts409
+TARGET = $(TEMP_INITRD) $(TEMP_KERNEL) kuroboxpro mv2120 ts209 ts409 dns323
 EXTRANAME = $(MEDIUM)
 TYPE = netboot/network-console
 

--- End Message ---
--- Begin Message ---
Source: debian-installer
Source-Version: 20090123lenny1

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:

debian-installer_20090123lenny1.dsc
  to pool/main/d/debian-installer/debian-installer_20090123lenny1.dsc
debian-installer_20090123lenny1.tar.gz
  to pool/main/d/debian-installer/debian-installer_20090123lenny1.tar.gz
debian-installer_20090123lenny1_amd64.deb
  to pool/main/d/debian-installer/debian-installer_20090123lenny1_amd64.deb



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 503040@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <otavio@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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 08 Apr 2009 00:29:38 -0300
Source: debian-installer
Binary: debian-installer
Architecture: source amd64
Version: 20090123lenny1
Distribution: stable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Otavio Salvador <otavio@debian.org>
Description: 
 debian-installer - Debian installer
Closes: 503040
Changes: 
 debian-installer (20090123lenny1) stable; urgency=low
 .
   [ Martin Michlmayr ]
   * Include minix-modules on the orion5x image for the D-Link DNS-323,
     thanks Matt Palmer.
   * Generate images for the D-Link DNS-323 and Conceptronic CH3SNAS,
     thanks Matt Palmer.  Closes: #503040.
 .
   [ Otavio Salvador ]
   * Bump kernel versions to 2.6.26-2.
Checksums-Sha1: 
 caadffa346a2b59e0a23fece1eb0de970bc5fc92 2521 debian-installer_20090123lenny1.dsc
 7574132fc1f8a259d5cf45db46d543134a376389 1278791 debian-installer_20090123lenny1.tar.gz
 1ae7b63b17bdd335ced8320562a025a6b4acee9c 814914 debian-installer_20090123lenny1_amd64.deb
 84672a3589a71fe1a0f0299bb557f16796ab06bb 136649567 debian-installer-images_20090123lenny1_amd64.tar.gz
Checksums-Sha256: 
 4bbf223dfa7088058c761ba6f515fdc1d9ef6ca28bce655624aaa983964507e1 2521 debian-installer_20090123lenny1.dsc
 d795dd8db521e846b7e54aee36bf1f98d89fecfc159f5eda4eabf88b5f201625 1278791 debian-installer_20090123lenny1.tar.gz
 f9386aa959f31e96fbe6b7f62792f983b35223b149b5823de9064f82eb5a3974 814914 debian-installer_20090123lenny1_amd64.deb
 dc0cb53712c2f998bb62c7b4b79724b93ea1a9043b34065e4630a4a704c5e918 136649567 debian-installer-images_20090123lenny1_amd64.tar.gz
Files: 
 d11bef303db7241353a4001164466285 2521 devel optional debian-installer_20090123lenny1.dsc
 054693bd5d3374916a6138ec19357939 1278791 devel optional debian-installer_20090123lenny1.tar.gz
 edb85fa00752e45083aebce3a84f17da 814914 devel optional debian-installer_20090123lenny1_amd64.deb
 57d5e7f3f65dae8e3d80eb55d060c757 136649567 raw-installer - debian-installer-images_20090123lenny1_amd64.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknckMMACgkQLqiZQEml+FX3nQCfeQxP7lNHAdqUwzare0n13/wc
1KIAoJWyYimasFfeAEwX/AyXYycncDK8
=LmGg
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: