projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
busybox: Fixed remote logging bug in which starting syslog before the network (and...
[openwrt.git]
/
package
/
kernel
/
modules
/
fs.mk
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index
d411b1e
..
6cbf445
100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-26,7
+26,7
@@
define KernelPackage/fs-btrfs
SUBMENU:=$(FS_MENU)
TITLE:=BTRFS filesystem support
# for crc32c
SUBMENU:=$(FS_MENU)
TITLE:=BTRFS filesystem support
# for crc32c
- DEPENDS:=
@LINUX_2_6
+kmod-crypto-core +kmod-crypto-misc
+ DEPENDS:=+kmod-crypto-core +kmod-crypto-misc
KCONFIG:=\
CONFIG_LIBCRC32C \
CONFIG_BTRFS_FS \
KCONFIG:=\
CONFIG_LIBCRC32C \
CONFIG_BTRFS_FS \
@@
-120,7
+120,7
@@
define KernelPackage/fs-ext4
CONFIG_EXT4_FS_SECURITY=y \
CONFIG_EXT4_FS \
CONFIG_JBD2
CONFIG_EXT4_FS_SECURITY=y \
CONFIG_EXT4_FS \
CONFIG_JBD2
- DEPENDS:=
@LINUX_2_6
$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
+ DEPENDS:= $(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
FILES:= \
$(LINUX_DIR)/fs/ext4/ext4.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/fs/jbd2/jbd2.$(LINUX_KMOD_SUFFIX)
FILES:= \
$(LINUX_DIR)/fs/ext4/ext4.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/fs/jbd2/jbd2.$(LINUX_KMOD_SUFFIX)
@@
-277,7
+277,7
@@
define KernelPackage/fs-nfs-common-v4
CONFIG_SUNRPC_GSS\
CONFIG_NFS_V4=y\
CONFIG_NFSD_V4=y
CONFIG_SUNRPC_GSS\
CONFIG_NFS_V4=y\
CONFIG_NFSD_V4=y
- DEPENDS:= @
LINUX_2_6 @
BROKEN
+ DEPENDS:= @BROKEN
FILES+=$(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.$(LINUX_KMOD_SUFFIX)
AUTOLOAD=$(call AutoLoad,30,auth_rpcgss)
endef
FILES+=$(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.$(LINUX_KMOD_SUFFIX)
AUTOLOAD=$(call AutoLoad,30,auth_rpcgss)
endef
This page took
0.022025 seconds
and
4
git commands to generate.