mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 22:39:30 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user