]> git.ipfire.org Git - thirdparty/openwrt.git/commit
imx: cortexa9: ventana, fix profiles names in profiles.json 22994/head
authorMario Andrés Pérez <mapb_@outlook.com>
Sat, 18 Apr 2026 12:38:57 +0000 (14:38 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 22 Apr 2026 23:13:36 +0000 (01:13 +0200)
commit0d21956ecdade023981d46eb8f059c3e6a3d00be
tree84b7582721ace06c5e7fc010bf01a21218c2fd2b
parent1a1bdcdc2ad22b9f181a9efd05bf451c3936c0cb
imx: cortexa9: ventana, fix profiles names in profiles.json

These two image profiles overwrite DEVICE_NAME making the two image
profiles appear with the same name "ventana" in the "profiles.json"
mixing ramdomly the two profiles.

Use BOARD_NAME instead to keep the two profiles names unique (orginal
DEVICE_NAME) hence generating a coherent "profiles.json".

Since there are image recipes hardconding DEVICE_NAME, change them to use
BOARD_NAME if defined, in order to preserve the previous names used in
those recipes.

Fixes: cbc8bcfbaa71fe0928bf07d29ec0fe6217fd51ad ("imx6: image: use vendor_model scheme")
Reported-by: Eric Fahlgren <ericfahlgren@gmail.com>
Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22994
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/imx/image/common.mk
target/linux/imx/image/cortexa9.mk