net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia patches...
[openwrt.git] / package / fuse / Makefile
index cbd15e8..015f69c 100644 (file)
@@ -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
@@ -65,7 +65,7 @@ $(call Package/fuse/Default)
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE+= (library)
-  DEPENDS:=kmod-fuse
+  DEPENDS:=+kmod-fuse
   SUBMENU:=Filesystem
 endef
 
This page took 0.028539 seconds and 4 git commands to generate.