hi,

the fuse package does not compile on recent kernels > 2.6.27 as the
module is already in the kernel, the patch disables the kernel module fuse.

regards
 daniel
Index: package/fuse/Makefile
===================================================================
--- package/fuse/Makefile	(revision 16935)
+++ package/fuse/Makefile	(working copy)
@@ -103,6 +103,12 @@
 # CONFIGURE_ARGS += --disable-kernel-module
 #endif
 
+# the fuse kernel does not compile on kernels later then 2.6.27
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),gt,2.6.27)),1)
+ CONFIGURE_ARGS += --disable-kernel-module
+endif
+
+
 define Build/Configure
 	(cd $(PKG_BUILD_DIR); rm -f config.cache; \
 		touch configure.in ; \
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to