kernel: modules: fs: add missing backslash

Commit 7db0748b7b ("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:
Daniel Golle 2025-05-09 03:46:29 +01:00
parent a1da2f8465
commit 76a18ddad8

View file

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