Bug#721519: initramfs-tools: Please include ehci-orion in initramfs

2013-09-11 Thread maximilian attems
tags 721519 pending stop On Sun, 01 Sep 2013, Ian Campbell wrote: Damn, that's what I get for retyping instead of copying from the system where I tested it... Thanks for the sharp eyes! I've deployed scp this time... Thanks to all of you, pushed to current master. -- maks -- To

Bug#721519: initramfs-tools: Please include ehci-orion in initramfs

2013-09-01 Thread Ian Campbell
Package: initramfs-tools Version: 0.113 Severity: important Tags: patch In 3.10 the EHCI driver for Kirkwood and Orion armel platforms was split into a separate driver: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a76dd463c58efa5dfd72c3dd41f5a76b196f7ab1 The driver

Bug#721519: initramfs-tools: Please include ehci-orion in initramfs

2013-09-01 Thread Ben Hutchings
On Sun, 2013-09-01 at 15:28 +0100, Ian Campbell wrote: [...] --- a/scripts/functions +++ b/scripts/functions @@ -47,6 +47,7 @@ panic() modprobe -v i8042 || true modprobe -v atkbd || true modprobe -v ehci-pci || true + modprobe -v ehci-ehci || true ehci-orion? Ben.

Bug#721519: initramfs-tools: Please include ehci-orion in initramfs

2013-09-01 Thread Ian Campbell
On Sun, 2013-09-01 at 15:55 +0100, Ben Hutchings wrote: On Sun, 2013-09-01 at 15:28 +0100, Ian Campbell wrote: [...] --- a/scripts/functions +++ b/scripts/functions @@ -47,6 +47,7 @@ panic() modprobe -v i8042 || true modprobe -v atkbd || true modprobe -v ehci-pci || true