kernel: remove obsolete kernel version switches for 4.19
[openwrt/staging/chunkeey.git] / package / kernel / linux / modules / fs.mk
index cabc27228222f39492ba86efa0deaeb6fa47a396..18976a79416b7dbce1b8f0c65f82a3e8444f0bba 100644 (file)
@@ -204,7 +204,7 @@ $(eval $(call KernelPackage,fs-ext4))
 define KernelPackage/fs-f2fs
   SUBMENU:=$(FS_MENU)
   TITLE:=F2FS filesystem support
-  DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32 +!LINUX_4_19:kmod-nls-base
+  DEPENDS:= +kmod-crypto-hash +kmod-crypto-crc32 +kmod-nls-base
   KCONFIG:=CONFIG_F2FS_FS
   FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko
   AUTOLOAD:=$(call AutoLoad,30,f2fs,1)