projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc84a0
)
[package] kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with...
author
Nicolas Thill
<nico@openwrt.org>
Wed, 10 Mar 2010 17:53:04 +0000
(17:53 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 10 Mar 2010 17:53:04 +0000
(17:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20123
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index
e65e943
..
0075a20
100644
(file)
--- 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