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 | a650c84b0e5cfada8535861f8d218cf9d234799f (patch) | |
tree | 974ddf93fd5cf6f1b21c64c52ba1347122bf3d91 /package/kernel/modules | |
parent | 2cc84a0c0166e01c88f12f5dd0c25bef9a5608cd (diff) | |
download | upstream-a650c84b0e5cfada8535861f8d218cf9d234799f.tar.gz upstream-a650c84b0e5cfada8535861f8d218cf9d234799f.tar.bz2 upstream-a650c84b0e5cfada8535861f8d218cf9d234799f.zip |
[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
Diffstat (limited to 'package/kernel/modules')
-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 |