Some new info, I'm getting somewhere, looks like there's three different versions of this package:
root@plug:/boot# apt-cache show linux-image-kirkwood
Package: linux-image-kirkwood
Source: linux-latest-2.6 (27)
Version: 2.6.32+27
Architecture: armel
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Installed-Size: 32
Depends: linux-image-2.6.32-5-kirkwood
Provides: linux-latest-modules-2.6.32-5-kirkwood
Filename: ./linux-image-kirkwood_2.6.32+27_armel.deb
Size: 2972
MD5sum: ff913aab56282c97bee9c505f47098d7
Section: kernel
Priority: optional
Description: Linux for Marvell Kirkwood (meta-package)
This package depends on the latest Linux kernel and modules for use on
Marvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc).
Package: linux-image-kirkwood
Priority: optional
Section: kernel
Installed-Size: 32
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: armel
Source: linux-latest-2.6 (25~bpo50+1)
Version: 2.6.32+25~bpo50+1
Provides: linux-latest-modules-2.6.32-bpo.3-kirkwood
Depends: linux-image-2.6.32-bpo.3-kirkwood
Filename: pool/main/l/linux-latest-2.6/linux-image-kirkwood_2.6.32+25~bpo50+1_armel.deb
Size: 2876
MD5sum: 4fe5da0ae4a36b012003bfd6551f1d45
SHA1: 15dee8ffe92db4efd4834f12f756d3e15b7778a8
SHA256: 61d36046decb532869b19d85b986e32e581084203195409e3fad2be765e3fe5d
Description: Linux for Marvell Kirkwood
This package depends on the latest Linux kernel and modules for use on
Marvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc).
Package: linux-image-kirkwood
Status: install ok installed
Priority: optional
Section: kernel
Installed-Size: 32
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Architecture: armel
Source: linux-latest-2.6 (20~bpo50+1)
Version: 2.6.30+20~bpo50+1
Provides: linux-latest-modules-2.6.30-bpo.1-kirkwood
Depends: linux-image-2.6.30-bpo.1-kirkwood
Description: Linux image on Marvell Kirkwood
This package depends on the latest binary image for Linux kernel on
Marvell Kirkwood based (SheevaPlug, QNAP TS-119/TS-219, etc) machines.
I have the situation kind-of resolved (probably until the next kernel update ;-)):
- I removed package linux-image-kirkwood (apt-get remove)
- I removed the backports source for apt, leaving the people.debian.org/~tbm/orion/ repository
- apt-get update
- "apt-cache show linux-image-kirkwood" now only shows one entry
- "apt-get install linux-image-kirkwood" still does not work:
root@plug:~# apt-get install linux-image-kirkwood
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-image-kirkwood is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package linux-image-kirkwood has no installation candidate
- So I downloaded "linux-image-kirkwood_2.6.32+27_armel.deb" manually
- dpkg -i linux-image-kirkwood_2.6.32+27_armel.deb
- Now all looks ok:
root@plug:~# apt-get install linux-image-kirkwood
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-image-kirkwood is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.