[x86] udeb: Add hyperv-modules containing Hyper-V paravirtualised drivers

svn path=/dists/sid/linux-2.6/; revision=19044
This commit is contained in:
Ben Hutchings 2012-05-30 12:48:01 +00:00
parent ec8c372709
commit c2c3e14c9a
5 changed files with 15 additions and 0 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ linux-2.6 (3.2.18-2) UNRELEASED; urgency=low
Sarveshwar Bandi (Closes: #673391)
- Add support for Skyhawk cards
* net/sched: Add codel and fq_codel from Linux 3.5-rc1
* [x86] udeb: Add hyperv-modules containing Hyper-V paravirtualised drivers
-- Ben Hutchings <ben@decadent.org.uk> Sun, 27 May 2012 01:12:44 +0100

View File

@ -0,0 +1 @@
#include <hyperv-modules>

View File

@ -0,0 +1 @@
#include <hyperv-modules>

View File

@ -0,0 +1,6 @@
# All Hyper-V paravirtual drivers
hid-hyperv
hv_netvsc
hv_storvsc
hv_utils
hv_vmbus

View File

@ -478,3 +478,9 @@ Depends: kernel-image
Priority: extra
Description: LED modules
This package contains LED modules.
Package: hyperv-modules
Depends: kernel-image
Priority: extra
Description: Hyper-V modules
This package contains Hyper-V paravirtualised drivers for the kernel.