exfat-nofuse: drop BUILD_PATENTED
authorDENG Qingfang <redacted>
Sat, 31 Aug 2019 14:29:29 +0000 (22:29 +0800)
committerYousong Zhou <redacted>
Sun, 1 Sep 2019 02:01:39 +0000 (10:01 +0800)
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 <redacted>
kernel/exfat-nofuse/Makefile

index e2392100bfa685c74501bc6cbedfb220ff2d405b..8354f56214623c7d55654f51ff35d585f0f66db3 100644 (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
git clone https://git.99rst.org/PROJECT