From bf2f59e9786df0ed1393328537a5bc6b4254fb9c 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 6167d25ce6..e8fcc58028 100644 --- a/kernel/exfat-nofuse/Makefile +++ b/kernel/exfat-nofuse/Makefile @@ -29,7 +29,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