projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340e50b
)
package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs
author
Nicolas Thill
<nico@openwrt.org>
Fri, 28 Oct 2011 13:11:17 +0000
(13:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 28 Oct 2011 13:11:17 +0000
(13:11 +0000)
SVN-Revision: 28655
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index c4ccf85a51bf808b5a2c83e69f73c1e05e9eb7be..d59bf7e0ea526209303bd61d97e298bdddaa1f3c 100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/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-libcrc32c +kmod-zlib
+ DEPENDS:=+kmod-libcrc32c +
!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_36||LINUX_2_6_37):kmod-lib-lzo +
kmod-zlib
KCONFIG:=\
CONFIG_BTRFS_FS \
CONFIG_BTRFS_FS_POSIX_ACL=n