From 33990405fb045f2e425cc9f39d75ce8e1cb07669 Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Mon, 12 Jul 2010 14:06:13 +0000 Subject: massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/fuse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/fuse') diff --git a/package/fuse/Makefile b/package/fuse/Makefile index cbd15e83b8..ceae7d80bc 100644 --- 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 -- cgit v1.2.3