projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tahvo-usb: Use platform device interface properly (don't crash)
[openwrt.git]
/
package
/
fuse
/
Makefile
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
cbd15e8
..
ceae7d8
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-50,7
+50,7
@@
define KernelPackage/fuse
SUBMENU:=Filesystems
TITLE+= (kernel module)
KCONFIG:= CONFIG_FUSE_FS
- FILES:=$(LINUX_DIR)/fs/fuse/fuse.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/fs/fuse/fuse.
ko
VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
AUTOLOAD:=$(call AutoLoad,80,fuse)
endef
This page took
0.022913 seconds
and
4
git commands to generate.