diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-10 17:53:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-10 17:53:04 +0000 |
commit | f00bcb24be700b9ae9c56882ec7787d7df5f3a0f (patch) | |
tree | ff951c7694ccf08e6b856a926863c8efbca6d5cf /package | |
parent | 7d50b29b4de9ab86241bdcb016736eac7b9127ae (diff) | |
download | upstream-f00bcb24be700b9ae9c56882ec7787d7df5f3a0f.tar.gz upstream-f00bcb24be700b9ae9c56882ec7787d7df5f3a0f.tar.bz2 upstream-f00bcb24be700b9ae9c56882ec7787d7df5f3a0f.zip |
kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)
SVN-Revision: 20123
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/fs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |