Browse Source

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>
lilik-openwrt-22.03
DENG Qingfang 5 years ago
committed by Yousong Zhou
parent
commit
4c9d0c7b56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/exfat-nofuse/Makefile

+ 1
- 1
kernel/exfat-nofuse/Makefile 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


Loading…
Cancel
Save