From ebb9b3f17259b6c0545fd258f9e8bb58e86c4785 Mon Sep 17 00:00:00 2001 From: DENG Qingfang Date: Sat, 31 Aug 2019 22:29:29 +0800 Subject: [PATCH] exfat-nofuse: drop BUILD_PATENTED Microsoft has published technical specification for exFAT [1] and the driver has been added to Linux staging tree [2]. It's now safe to drop BUILD_PATENTED label. [1] https://docs.microsoft.com/windows/win32/fileio/exfat-specification [2] http://lkml.iu.edu/hypermail/linux/kernel/1908.3/04254.html Signed-off-by: DENG Qingfang Signed-off-by: Yousong Zhou (cherry-picked from commit 4c9d0c7b56365761fd1986ff954edf963feb2931) --- kernel/exfat-nofuse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/exfat-nofuse/Makefile b/kernel/exfat-nofuse/Makefile index 46eeb9f959..6c24f1d338 100644 --- a/kernel/exfat-nofuse/Makefile +++ b/kernel/exfat-nofuse/Makefile @@ -28,7 +28,7 @@ define KernelPackage/fs-exfat TITLE:=ExFAT Kernel driver FILES:=$(PKG_BUILD_DIR)/exfat.ko AUTOLOAD:=$(call AutoLoad,30,exfat,1) - DEPENDS:=+kmod-nls-base @BUILD_PATENTED + DEPENDS:=+kmod-nls-base endef define KernelPackage/fs-exfat/description