]> git.ipfire.org Git - thirdparty/openwrt.git/commit
malta: convert to Device macro image building
authorPaul Spooren <mail@aparcar.org>
Sun, 8 Feb 2026 18:50:34 +0000 (19:50 +0100)
committerPaul Spooren <mail@aparcar.org>
Tue, 10 Feb 2026 23:08:34 +0000 (00:08 +0100)
commit8dfa38b82c3cd2bbf6b1b6d2bdac74c560629c61
treeb9144037b7a465a192b018593929254776df0d35
parent316492b809a67403264b91a32abf23e967c64bbf
malta: convert to Device macro image building

Convert the malta target from the legacy Image/BuildKernel and
Image/Build pattern to the modern Device macro system. This is the
last target still using the legacy pattern.

The Device macro system automatically generates per-image JSON
metadata files which get aggregated into profiles.json, enabling
firmware selector and other tooling support for all malta subtargets
(be, le, be64, le64).

The kernel ELF is produced via KERNEL_NAME := vmlinux.elf (matching
octeon), uImage artifacts are built using the standard Build/lzma,
Build/gzip and Build/uImage commands with the existing load address
0x80100000, and rootfs images use append-rootfs with optional gzip
compression.

The device is named 'generic' following the convention used by other
virtual/emulated targets (x86, armsr, octeon).

Signed-off-by: Paul Spooren <mail@aparcar.org>
target/linux/malta/image/Makefile