mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from "depends" to "select"
SVN-Revision: 15888
This commit is contained in:
parent
b6bb23e3a8
commit
aaa3868c5c
@ -233,7 +233,7 @@ $(eval $(call KernelPackage,fs-nfs-common))
|
||||
define KernelPackage/fs-nfs
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=NFS filesystem support
|
||||
DEPENDS:=kmod-fs-nfs-common
|
||||
DEPENDS:=+kmod-fs-nfs-common
|
||||
KCONFIG:= \
|
||||
CONFIG_NFS_FS
|
||||
FILES:= \
|
||||
@ -266,7 +266,7 @@ $(eval $(call KernelPackage,fs-exportfs))
|
||||
define KernelPackage/fs-nfsd
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=NFS kernel server support
|
||||
DEPENDS:=kmod-fs-nfs-common +kmod-fs-exportfs
|
||||
DEPENDS:=+kmod-fs-nfs-common +kmod-fs-exportfs
|
||||
KCONFIG:=CONFIG_NFSD
|
||||
FILES:=$(LINUX_DIR)/fs/nfsd/nfsd.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,nfsd)
|
||||
|
Loading…
Reference in New Issue
Block a user