parent
5c9c3b8f6d
commit
4e5ef691c4
|
@ -14,6 +14,10 @@ debian-cd (3.1.17) UNRELEASED; urgency=medium
|
|||
* update-cd: if we're doing torrents, make sure we include update CD
|
||||
checksums in bt-$type too.
|
||||
|
||||
[ Ben Hutchings ]
|
||||
* generate_di+k_list: Update kernel and related package lists for mips*
|
||||
Closes: #777711
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Wed, 29 Oct 2014 17:33:10 +0000
|
||||
|
||||
debian-cd (3.1.16) unstable; urgency=medium
|
||||
|
|
|
@ -158,9 +158,10 @@ elilo
|
|||
#endif
|
||||
|
||||
#ifdef ARCH_mips
|
||||
/* doesn't use a initrd to boot */
|
||||
initramfs-tools
|
||||
arcboot
|
||||
sibyl
|
||||
linux-image-octeon
|
||||
linux-image-r4k-ip22
|
||||
linux-image-r5k-ip32
|
||||
linux-image-sb1-bcm91250a
|
||||
|
@ -168,10 +169,13 @@ linux-image-sb1a-bcm91480b
|
|||
#endif
|
||||
|
||||
#ifdef ARCH_mipsel
|
||||
/* doesn't use a initrd to boot */
|
||||
initramfs-tools
|
||||
sibyl
|
||||
colo
|
||||
delo
|
||||
linux-image-loongson-2e
|
||||
linux-image-loongson-2f
|
||||
linux-image-loongson-3
|
||||
linux-image-r3k-kn02
|
||||
linux-image-r4k-kn04
|
||||
linux-image-r5k-cobalt
|
||||
|
|
Loading…
Reference in New Issue