The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
--- Begin Message ---
e9hack <e9h...@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@ge6.12 \
+       CONFIG_FSCACHE_STATS=y@ge6.12
   FILES:=$(LINUX_DIR)/fs/netfs/netfs.ko
   AUTOLOAD:=$(call AutoLoad,28,netfs)
 endef



Bjørn


--- End Message ---
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
  • build error e9hack
    • Re: build error Bjørn Mork via openwrt-devel

Reply via email to