projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1da2f8
)
kernel: modules: fs: add missing backslash
author
Daniel Golle
<
[email protected]
>
Fri, 9 May 2025 02:46:29 +0000
(
03:46
+0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/fs.mk
b/package/kernel/linux/modules/fs.mk
index e7b59860b6936009fa7bcc63490eaab6d6d5c38b..c71f0d9eb79510a9a3b4896bfc58833fdfe22b37 100644
(file)
--- a/
package/kernel/linux/modules/fs.mk
+++ b/
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]