1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 21:29:55 +02:00

[package] kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from "depends" to "select"

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15888 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-05-17 03:07:24 +00:00
parent 9bf1cfd44b
commit 1a95e5226b

View File

@ -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)