[package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20123 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2010-03-10 17:53:04 +00:00
parent 2cc84a0c01
commit a650c84b0e
1 changed files with 1 additions and 1 deletions

View File

@ -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