mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 03:31:05 +02:00
[package] kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19772 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c5b11fb03d
commit
abc05662c5
@ -214,13 +214,26 @@ define KernelPackage/fs-nfs-common
|
|||||||
AUTOLOAD:=$(call AutoLoad,30,sunrpc lockd)
|
AUTOLOAD:=$(call AutoLoad,30,sunrpc lockd)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-nfs-common/2.6
|
$(eval $(call KernelPackage,fs-nfs-common))
|
||||||
KCONFIG+=CONFIG_SUNRPC_GSS
|
|
||||||
|
|
||||||
|
define KernelPackage/fs-nfs-common-v4
|
||||||
|
SUBMENU:=$(FS_MENU)
|
||||||
|
TITLE:=Common NFS V4 filesystem modules
|
||||||
|
KCONFIG+=\
|
||||||
|
CONFIG_SUNRPC_GSS\
|
||||||
|
CONFIG_NFS_V4=y\
|
||||||
|
CONFIG_NFSD_V4=y
|
||||||
|
DEPENDS:= @LINUX_2_6 +kmod-fs-nfs-common
|
||||||
FILES+=$(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.$(LINUX_KMOD_SUFFIX)
|
FILES+=$(LINUX_DIR)/net/sunrpc/auth_gss/auth_rpcgss.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD=$(call AutoLoad,30,sunrpc lockd auth_rpcgss)
|
AUTOLOAD=$(call AutoLoad,30,auth_rpcgss)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,fs-nfs-common))
|
define KernelPackage/fs-nfs-common-v4/description
|
||||||
|
Kernel modules for NFS V4 & NFSD V4 kernel support
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,fs-nfs-common-v4))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/fs-nfs
|
define KernelPackage/fs-nfs
|
||||||
|
@ -1073,11 +1073,11 @@ CONFIG_NFSD_TCP=y
|
|||||||
# CONFIG_NFSD_V2_ACL is not set
|
# CONFIG_NFSD_V2_ACL is not set
|
||||||
# CONFIG_NFSD_V3_ACL is not set
|
# CONFIG_NFSD_V3_ACL is not set
|
||||||
CONFIG_NFSD_V3=y
|
CONFIG_NFSD_V3=y
|
||||||
CONFIG_NFSD_V4=y
|
# CONFIG_NFSD_V4 is not set
|
||||||
# CONFIG_NFS_FS is not set
|
# CONFIG_NFS_FS is not set
|
||||||
# CONFIG_NFS_V3_ACL is not set
|
# CONFIG_NFS_V3_ACL is not set
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
CONFIG_NFS_V4=y
|
# CONFIG_NFS_V4 is not set
|
||||||
# CONFIG_NFTL is not set
|
# CONFIG_NFTL is not set
|
||||||
# CONFIG_NLS_ASCII is not set
|
# CONFIG_NLS_ASCII is not set
|
||||||
# CONFIG_NLS_CODEPAGE_1250 is not set
|
# CONFIG_NLS_CODEPAGE_1250 is not set
|
||||||
|
@ -1442,11 +1442,11 @@ CONFIG_NFSD_TCP=y
|
|||||||
# CONFIG_NFSD_V2_ACL is not set
|
# CONFIG_NFSD_V2_ACL is not set
|
||||||
# CONFIG_NFSD_V3_ACL is not set
|
# CONFIG_NFSD_V3_ACL is not set
|
||||||
CONFIG_NFSD_V3=y
|
CONFIG_NFSD_V3=y
|
||||||
CONFIG_NFSD_V4=y
|
# CONFIG_NFSD_V4 is not set
|
||||||
# CONFIG_NFS_FS is not set
|
# CONFIG_NFS_FS is not set
|
||||||
# CONFIG_NFS_V3_ACL is not set
|
# CONFIG_NFS_V3_ACL is not set
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
CONFIG_NFS_V4=y
|
# CONFIG_NFS_V4 is not set
|
||||||
# CONFIG_NFTL is not set
|
# CONFIG_NFTL is not set
|
||||||
# CONFIG_NILFS2_FS is not set
|
# CONFIG_NILFS2_FS is not set
|
||||||
CONFIG_NL80211=y
|
CONFIG_NL80211=y
|
||||||
|
@ -1446,12 +1446,12 @@ CONFIG_NFSD_TCP=y
|
|||||||
# CONFIG_NFSD_V2_ACL is not set
|
# CONFIG_NFSD_V2_ACL is not set
|
||||||
# CONFIG_NFSD_V3_ACL is not set
|
# CONFIG_NFSD_V3_ACL is not set
|
||||||
CONFIG_NFSD_V3=y
|
CONFIG_NFSD_V3=y
|
||||||
CONFIG_NFSD_V4=y
|
# CONFIG_NFSD_V4 is not set
|
||||||
# CONFIG_NFS_FS is not set
|
# CONFIG_NFS_FS is not set
|
||||||
# CONFIG_NFS_V3_ACL is not set
|
# CONFIG_NFS_V3_ACL is not set
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
CONFIG_NFS_V4=y
|
# CONFIG_NFS_V4 is not set
|
||||||
# CONFIG_NFTL is not set
|
# CONFIG_NFTL is not set
|
||||||
# CONFIG_NILFS2_FS is not set
|
# CONFIG_NILFS2_FS is not set
|
||||||
CONFIG_NL80211=y
|
CONFIG_NL80211=y
|
||||||
|
@ -1515,12 +1515,12 @@ CONFIG_NFSD_TCP=y
|
|||||||
# CONFIG_NFSD_V2_ACL is not set
|
# CONFIG_NFSD_V2_ACL is not set
|
||||||
# CONFIG_NFSD_V3_ACL is not set
|
# CONFIG_NFSD_V3_ACL is not set
|
||||||
CONFIG_NFSD_V3=y
|
CONFIG_NFSD_V3=y
|
||||||
CONFIG_NFSD_V4=y
|
# CONFIG_NFSD_V4 is not set
|
||||||
# CONFIG_NFS_FS is not set
|
# CONFIG_NFS_FS is not set
|
||||||
# CONFIG_NFS_V3_ACL is not set
|
# CONFIG_NFS_V3_ACL is not set
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
CONFIG_NFS_V4=y
|
# CONFIG_NFS_V4 is not set
|
||||||
# CONFIG_NFTL is not set
|
# CONFIG_NFTL is not set
|
||||||
# CONFIG_NILFS2_FS is not set
|
# CONFIG_NILFS2_FS is not set
|
||||||
CONFIG_NL80211=y
|
CONFIG_NL80211=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user