kernel: kmod-fs-xfs: fix dependencies
This fixes the following error: xfs: Unknown symbol exportfs_decode_fh (err 0) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37900
This commit is contained in:
parent
09a55136d7
commit
14a65f1cfb
@ -90,7 +90,7 @@ define KernelPackage/fs-exportfs
|
|||||||
TITLE:=exportfs kernel server support
|
TITLE:=exportfs kernel server support
|
||||||
KCONFIG:=CONFIG_EXPORTFS
|
KCONFIG:=CONFIG_EXPORTFS
|
||||||
FILES=$(LINUX_DIR)/fs/exportfs/exportfs.ko
|
FILES=$(LINUX_DIR)/fs/exportfs/exportfs.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,exportfs)
|
AUTOLOAD:=$(call AutoLoad,20,exportfs,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-exportfs/description
|
define KernelPackage/fs-exportfs/description
|
||||||
|
Loading…
Reference in New Issue
Block a user