Browse Source

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 <[email protected]>
Daniel Golle 8 months ago
parent
commit
76a18ddad8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/linux/modules/fs.mk

+ 1 - 1
package/kernel/linux/modules/fs.mk

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