diff options
Diffstat (limited to 'package/fuse/Makefile')
-rw-r--r-- | package/fuse/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile index afdaa774c8..220e94ba07 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -47,7 +47,6 @@ define KernelPackage/fuse \\\ This package contains the FUSE kernel module. FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/fuse/fuse.$(LINUX_KMOD_SUFFIX) - VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) AUTOLOAD:=$(call AutoLoad,80,fuse) endef |