From: Nicolas Thill Date: Wed, 10 Mar 2010 17:53:04 +0000 (+0000) Subject: kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f00bcb24be700b9ae9c56882ec7787d7df5f3a0f;p=openwrt%2Fstaging%2Fstintel.git kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules) SVN-Revision: 20123 --- diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index e65e943250..0075a20636 100644 --- a/package/kernel/modules/fs.mk +++ b/package/kernel/modules/fs.mk @@ -223,7 +223,7 @@ define KernelPackage/fs-nfs-common-v4 CONFIG_SUNRPC_GSS\ CONFIG_NFS_V4=y\ CONFIG_NFSD_V4=y - DEPENDS:= @LINUX_2_6 +kmod-fs-nfs-common + DEPENDS:= @LINUX_2_6 @BROKEN FILES+=$(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.$(LINUX_KMOD_SUFFIX) AUTOLOAD=$(call AutoLoad,30,auth_rpcgss) endef