kernel: kmod-fs-exfat: fix typo LINUX_4_{,1}4
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 9 Mar 2020 14:39:16 +0000 (22:39 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 9 Mar 2020 14:40:48 +0000 (22:40 +0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Reported-by: Petr Štetiar <ynezz@true.cz>
package/kernel/linux/modules/fs.mk

index 45d2d0cd368093084a34dc340bab521601d127e6..82f868511117ebb6befcc3ca837d2dc2252dfbd0 100644 (file)
@@ -177,7 +177,7 @@ define KernelPackage/fs-exfat
        CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
   FILES:=$(LINUX_DIR)/drivers/staging/exfat/exfat.ko
   AUTOLOAD:=$(call AutoLoad,30,exfat,1)
-  DEPENDS:=@!(LINUX_4_4||LINUX_4_19) +kmod-nls-base
+  DEPENDS:=@!(LINUX_4_14||LINUX_4_19) +kmod-nls-base
 endef
 
 define KernelPackage/fs-exfat/description