As discovered by "wulfy23"[1], a verbose build (V=s) off `master` indicates

    GZ_SUFFIX :=
    bash: GZ_SUFFIX: command not found

This appears to be "cosmetic", as the images are created, can be flashed, and run as expected.

Observed with:

* ath79, GL-AR300M (NAND) (1x)

* ath79, Archer C7v2 (3x)

* ipq40xx, Linksys EA8300 (1x)

so appears not to be specific to a target or sub-target.


Source of error/warning appears to be `include/image.mk`

define Device/Build/image
  GZ_SUFFIX := $(if $(filter %dtb %gz,$(2)),,$(if $(and $(findstring ext4,$(1)),$(CONFIG_TARGET_IMAGES_GZIP)),.gz))
  $$(_TARGET): $(BIN_DIR)/$(call IMAGE_NAME,$(1),$(2))$$(GZ_SUFFIX)


My "make" skills are, unfortunately, not sufficient to diagnose further.

Jeff



[1] https://github.com/openwrt/openwrt/pull/2184#issuecomment-544830445



_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to