udeb: Add raid6_pq to md-modules, and make btrfs-modules depend on it

svn path=/dists/sid/linux/; revision=20171
This commit is contained in:
Ben Hutchings 2013-06-01 22:12:29 +00:00
parent 7bf60e6297
commit 475e841ad5
3 changed files with 6 additions and 2 deletions

1
debian/changelog vendored
View File

@ -27,6 +27,7 @@ linux (3.9.4-1) UNRELEASED; urgency=low
- [ppc64] Use symlinks to follow powerpc/powerpc64 configuration
- [powerpcspe] Use symlinks to follow powerpc configuration
(Closes: #708336, #708662)
- Add raid6_pq to md-modules, and make btrfs-modules depend on it
* netfilter: Enable NETFILTER_XT_MATCH_BPF, NETFILTER_XT_MATCH_CONNLABEL
as modules
* bridge: Enable BRIDGE_VLAN_FILTERING

View File

@ -6,6 +6,9 @@ raid0
raid1
raid456
raid10
xor
dm-mirror
dm-snapshot
# RAID-related libraries, also used by btrfs
raid6_pq
xor

View File

@ -134,7 +134,7 @@ Description: IPv6 driver
This package contains the IPv6 driver for the kernel.
Package: btrfs-modules
Depends: kernel-image, core-modules, crc-modules, zlib-modules, lzo-modules
Depends: kernel-image, core-modules, crc-modules, zlib-modules, lzo-modules, md-modules
Priority: extra
Description: BTRFS filesystem support
This package contains the BTRFS filesystem module for the kernel.