exfat-nofuse: Depend on BUILD_PATENTED

ExFAT is patented by Microsoft.

Signed-off-by: Bruno Randolf <br1@einfach.org>
This commit is contained in:
Bruno Randolf 2015-04-28 18:09:59 +01:00
parent bb168894d2
commit ad4b13f2c1
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
DEPENDS:=+kmod-nls-base @BUILD_PATENTED
endef
define KernelPackage/fs-exfat/description