build error
Bjørn Mork
bjorn at mork.no
Thu May 8 22:58:31 PDT 2025
e9hack <e9hack at gmail.com> writes:
> Hi,
>
> commit 7db0748b7ba3202d1700eb499f98e05db2b15e3f (kernel: modules:
> split package fs-fscache) breaks compilation of package/kernel/linux
> with this error message:
>
> modules/fs.mk:440: *** recipe commences before first target. Stop.
Yes, there's a backslash missing on the KCONFIG line in this block:
@@ -423,7 +429,10 @@ $(eval $(call KernelPackage,fs-msdos))
define KernelPackage/fs-netfs
SUBMENU:=$(FS_MENU)
TITLE:=Network Filesystems support
- KCONFIG:= CONFIG_NETFS_SUPPORT
+ KCONFIG:=
+ CONFIG_NETFS_SUPPORT \
+ CONFIG_FSCACHE=y at ge6.12 \
+ CONFIG_FSCACHE_STATS=y at ge6.12
FILES:=$(LINUX_DIR)/fs/netfs/netfs.ko
AUTOLOAD:=$(call AutoLoad,28,netfs)
endef
Bjørn
More information about the openwrt-devel
mailing list