Ver código fonte

exfat-nofuse: Depend on BUILD_PATENTED

ExFAT is patented by Microsoft.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Bruno Randolf 9 anos atrás
pai
commit
ad4b13f2c1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      kernel/exfat-nofuse/Makefile

+ 1
- 1
kernel/exfat-nofuse/Makefile Ver arquivo

@@ -29,7 +29,7 @@ define KernelPackage/fs-exfat
29 29
 	TITLE:=ExFAT Kernel driver
30 30
 	FILES:=$(PKG_BUILD_DIR)/exfat.ko
31 31
 	AUTOLOAD:=$(call AutoLoad,30,exfat,1)
32
-	DEPENDS:=+kmod-nls-base
32
+	DEPENDS:=+kmod-nls-base @BUILD_PATENTED
33 33
 endef
34 34
 
35 35
 define KernelPackage/fs-exfat/description