kernel: modules: fs: add missing backslash
authorDaniel Golle <[email protected]>
Fri, 9 May 2025 02:46:29 +0000 (03:46 +0100)
committerDaniel Golle <[email protected]>
Fri, 9 May 2025 02:48:36 +0000 (03:48 +0100)
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 <[email protected]>
package/kernel/linux/modules/fs.mk

index e7b59860b6936009fa7bcc63490eaab6d6d5c38b..c71f0d9eb79510a9a3b4896bfc58833fdfe22b37 100644 (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 \
        [email protected] \
        [email protected]