kernel: modules: fs: add missing backslash
Commit7db0748b7b
("kernel: modules: split package fs-fscache") modified the KCONFIG section of KernelPackage/fs-netfs but missed to add a backslash to escape a linebreak. Add it now. Fixes:7db0748b7b
("kernel: modules: split package fs-fscache") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
a1da2f8465
commit
76a18ddad8
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ $(eval $(call KernelPackage,fs-msdos))
|
|||
define KernelPackage/fs-netfs
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=Network Filesystems support
|
||||
KCONFIG:=
|
||||
KCONFIG:= \
|
||||
CONFIG_NETFS_SUPPORT \
|
||||
CONFIG_FSCACHE=y@ge6.12 \
|
||||
CONFIG_FSCACHE_STATS=y@ge6.12
|
||||
|
|
Loading…
Reference in a new issue