summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions5
1 files changed, 4 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 0cba5c9..fa1fe59 100644
--- a/hook-functions
+++ b/hook-functions
@@ -544,7 +544,7 @@ auto_add_modules()
for arg in "$@" ; do
case "$arg" in
base)
- modules="$modules btrfs ext2 ext3 ext4 ext4dev "
+ modules="$modules btrfs ext2 ext3 ext4 ext4dev f2fs"
modules="$modules isofs jfs reiserfs udf xfs"
modules="$modules nfs nfsv2 nfsv3 nfsv4"
modules="$modules af_packet atkbd i8042 psmouse"
@@ -686,6 +686,9 @@ hidden_dep_add_modules()
btrfs)
echo crc32c
;;
+ f2fs)
+ echo crc32
+ ;;
mlx4_core)
echo mlx4_ib
;;