diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-18 13:08:35 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-18 13:08:35 +0000 |
commit | a842efc8cdaab4945a512cb4a5692a7dd010ef8d (patch) | |
tree | a9bf649fa754ccc3afe2a4511fe7f9e7e71dd316 /package/kernel | |
parent | eaadc5c4f97b91f76d2481b03102e68c8ef3c744 (diff) | |
download | upstream-a842efc8cdaab4945a512cb4a5692a7dd010ef8d.tar.gz upstream-a842efc8cdaab4945a512cb4a5692a7dd010ef8d.tar.bz2 upstream-a842efc8cdaab4945a512cb4a5692a7dd010ef8d.zip |
kernel: btrfs supports raid6 in 3.10, thus depends on lib-raid6
btrfs now supports raid5/6 and added appropriate depenendcies for 3.10.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37396
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/fs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index ecdfb6d3a7..536e28b4c6 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -25,7 +25,7 @@ $(eval $(call KernelPackage,fs-autofs4)) define KernelPackage/fs-btrfs SUBMENU:=$(FS_MENU) TITLE:=BTRFS filesystem support - DEPENDS:=+kmod-lib-crc32c +kmod-lib-lzo +kmod-lib-zlib + DEPENDS:=+kmod-lib-crc32c +kmod-lib-lzo +kmod-lib-zlib +LINUX_3_10:kmod-lib-raid6 +LINUX_3_10:kmod-lib-xor KCONFIG:=\ CONFIG_BTRFS_FS \ CONFIG_BTRFS_FS_POSIX_ACL=n \ |