nfs-kernel-server: create nfs user and group
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
aec5d9ed19
commit
20468cfef1
1 changed files with 31 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2009-2016 OpenWrt.org
|
||||
# Copyright (C) 2009-2019 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=nfs-kernel-server
|
||||
PKG_VERSION:=2.3.3
|
||||
PKG_RELEASE:=6
|
||||
PKG_RELEASE:=7
|
||||
PKG_HASH:=3c8c63611c7e78b7a3b2f8a28b9928a5b5e66d5e9ad09a1e54681508884320a4
|
||||
|
||||
PKG_SOURCE_URL:=@SF/nfs
|
||||
|
@ -41,6 +41,7 @@ define Package/nfs-kernel-server
|
|||
$(call Package/nfs-kernel-server/Default)
|
||||
TITLE:=Kernel NFS server support
|
||||
DEPENDS+= +kmod-fs-nfsd +kmod-fs-nfs +NFS_KERNEL_SERVER_V4:kmod-fs-nfs-v4 +rpcbind +NFS_KERNEL_SERVER_V4:nfs-utils-libs +NFS_KERNEL_SERVER_V4:libkeyutils +NFS_KERNEL_SERVER_V4:libdevmapper
|
||||
USERID:=nfs:nfs
|
||||
endef
|
||||
|
||||
define Package/nfs-kernel-server/description
|
||||
|
|
Loading…
Reference in a new issue