Browse Source

exfat-nofuse: Depend on BUILD_PATENTED

ExFAT is patented by Microsoft.

Signed-off-by: Bruno Randolf <br1@einfach.org>
lilik-openwrt-22.03
Bruno Randolf 9 years ago
parent
commit
ad4b13f2c1
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
DEPENDS:=+kmod-nls-base @BUILD_PATENTED
endef
define KernelPackage/fs-exfat/description


Loading…
Cancel
Save