Hi Christian,

On 01.01.2019 18:23, Christian Lamparter wrote:
On Tuesday, January 1, 2019 1:03:22 PM CET Christoph Krapp via openwrt-devel 
wrote:
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.
I had this problem (DMARC Reject/Quarantine policy) in the past as well.
If you want to fix it you need to convert your account from googlemail.com
to gmail.com (and update your git config and commits to reflect the change).

As for the patch:

-define Device/glinet_ar750s
+define Device/glinet_gl-ar750s
  ATH_SOC := qca9563
  DEVICE_TITLE := GL.iNet GL-AR750S
  DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca988x-ct
  IMAGE_SIZE := 16000k
  SUPPORTED_DEVICES += gl-ar750s
endef
-TARGET_DEVICES += glinet_ar750s
+TARGET_DEVICES += glinet_gl-ar750s

The "Device/glinet_ar750s" change to "Device/glinet_gl-ar750s" will likely
break sysupgrade from existing "glinet_ar750s" images. This is because the
now deprecated glinet_ar750s identifier was not added to the
SUPPORTED_DEVICES variable. Other than that, it looks good.

And this is fine as there hasn't been any stable release with ath79.
Please, keep the correct name only.

--
Cheers,
Piotr

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to