mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 23:03:44 +02:00
[package] disable fuse kernel compilation module, all versions that we have have it mainline (#5584)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17059 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a74ac1e304
commit
cb0c6cbf78
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
|
|
||||||
PKG_NAME:=fuse
|
PKG_NAME:=fuse
|
||||||
PKG_VERSION:=2.7.4
|
PKG_VERSION:=2.7.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
@ -85,23 +85,12 @@ CONFIGURE_ARGS += \
|
|||||||
--with-kernel="$(LINUX_DIR)" \
|
--with-kernel="$(LINUX_DIR)" \
|
||||||
--disable-mtab
|
--disable-mtab
|
||||||
|
|
||||||
# This section is disabled; since kernel 2.6.14 the fuse module is officially
|
# Since kernel 2.6.14 the fuse module is officially part of the kernel.
|
||||||
# part of the kernel. The following enables this fuse packages kernel module
|
# Generally it is better to use the kernel's module. Because it is patched
|
||||||
# instead of the kernel's, if the kernel is younger than 2.6.25.
|
# against the DCACHE BUG on arm architectures (currently brcm-2.4, brcm-47xx)
|
||||||
# Generally it is better to use the kernel's module. Because it is DCACHE BUG
|
# and from fuse 2.8.0 on it will be removed from the fuse package anyway.
|
||||||
# patched and from fuse 2.8.0 on it will be removed from the fuse package
|
|
||||||
# anyway.
|
|
||||||
#
|
#
|
||||||
#ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,2.6.25)),1)
|
CONFIGURE_ARGS += --disable-kernel-module
|
||||||
# define KernelPackage/fuse/2.6
|
|
||||||
# KCONFIG:=
|
|
||||||
# FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/fuse/fuse.$(LINUX_KMOD_SUFFIX)
|
|
||||||
# endef
|
|
||||||
#
|
|
||||||
# CONFIGURE_ARGS += --enable-kernel-module
|
|
||||||
#else
|
|
||||||
# CONFIGURE_ARGS += --disable-kernel-module
|
|
||||||
#endif
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||||
|
Loading…
Reference in New Issue
Block a user