kernel: Make kmod-fs-f2fs depend on kmod-nls-base
[openwrt/staging/mkresin.git] / package / kernel / linux / modules / fs.mk
index 8709bdcbb19d9b4f3523c48c117df202432578f0..84dc498365dbefea6f733c08634674e6d3371d84 100644 (file)
@@ -206,7 +206,7 @@ $(eval $(call KernelPackage,fs-ext4))
 define KernelPackage/fs-f2fs
   SUBMENU:=$(FS_MENU)
   TITLE:=F2FS filesystem support
-  DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32
+  DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32 +LINUX_5_4:kmod-nls-base
   KCONFIG:= \
        CONFIG_F2FS_FS \
        CONFIG_F2FS_STAT_FS=y \