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 <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
DENG Qingfang 2019-08-31 22:29:29 +08:00 committed by Yousong Zhou
parent e12862ed2e
commit 4c9d0c7b56
1 changed files with 1 additions and 1 deletions

View File

@ -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