linux: fix kmod-fs-nfs to include nfsv3.ko, it was split out of nfs.ko in Linux 3.6
SVN-Revision: 39459
This commit is contained in:
parent
4425082339
commit
bc5b6efe23
1 changed files with 3 additions and 2 deletions
|
@ -226,8 +226,9 @@ define KernelPackage/fs-nfs
|
|||
CONFIG_NFS_USE_LEGACY_DNS=n \
|
||||
CONFIG_NFS_USE_NEW_IDMAPPER=n
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/fs/nfs/nfs.ko
|
||||
AUTOLOAD:=$(call AutoLoad,40,nfs)
|
||||
$(LINUX_DIR)/fs/nfs/nfs.ko \
|
||||
$(LINUX_DIR)/fs/nfs/nfsv3.ko
|
||||
AUTOLOAD:=$(call AutoLoad,40,nfs nfsv3)
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-nfs/description
|
||||
|
|
Loading…
Reference in a new issue