exfat-nofuse: Depend on BUILD_PATENTED
ExFAT is patented by Microsoft. Signed-off-by: Bruno Randolf <br1@einfach.org>
This commit is contained in:
parent
bb168894d2
commit
ad4b13f2c1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ define KernelPackage/fs-exfat
|
||||||
TITLE:=ExFAT Kernel driver
|
TITLE:=ExFAT Kernel driver
|
||||||
FILES:=$(PKG_BUILD_DIR)/exfat.ko
|
FILES:=$(PKG_BUILD_DIR)/exfat.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,exfat,1)
|
AUTOLOAD:=$(call AutoLoad,30,exfat,1)
|
||||||
DEPENDS:=+kmod-nls-base
|
DEPENDS:=+kmod-nls-base @BUILD_PATENTED
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-exfat/description
|
define KernelPackage/fs-exfat/description
|
||||||
|
|
Loading…
Reference in a new issue