From: Felix Fietkau Date: Thu, 11 Aug 2016 16:32:51 +0000 (+0200) Subject: kernel: add missing config symbol X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=08a27b99a2a4306c69c55238bd4fa8c4eef497bd kernel: add missing config symbol Signed-off-by: Felix Fietkau --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index e8e1f80da0..844a3c96ab 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -33,7 +33,8 @@ define KernelPackage/fs-9p KCONFIG:=\ CONFIG_9P_FS \ CONFIG_9P_FS_POSIX_ACL=n \ - CONFIG_9P_FS_SECURITY=n + CONFIG_9P_FS_SECURITY=n \ + CONFIG_9P_FSCACHE=n FILES:=$(LINUX_DIR)/fs/9p/9p.ko AUTOLOAD:=$(call AutoLoad,30,9p) endef