git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bb16889
)
exfat-nofuse: Depend on BUILD_PATENTED
author
Bruno Randolf
<redacted>
Tue, 28 Apr 2015 17:09:59 +0000
(18:09 +0100)
committer
Bruno Randolf
<redacted>
Tue, 28 Apr 2015 17:15:52 +0000
(18:15 +0100)
ExFAT is patented by Microsoft.
Signed-off-by: Bruno Randolf <redacted>
kernel/exfat-nofuse/Makefile
patch
|
blob
|
history
diff --git
a/kernel/exfat-nofuse/Makefile
b/kernel/exfat-nofuse/Makefile
index e87d91637e6813c44a862b288e05860ea93ace4e..232ddeef8879c807275a7f7fb202e9b7c1b6d59f 100644
(file)
--- a/
kernel/exfat-nofuse/Makefile
+++ b/
kernel/exfat-nofuse/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT