openwrt/target/linux/realtek/image
Jonas Jelonek e079f109ff realtek: image: reset COMPILE between devices
Device/zyxel_zynos sets COMPILE := loader-$(1).bin to drive the
standalone rt-loader build, but include/image.mk's Device/Init does
not reset COMPILE between TARGET_DEVICES iterations. When a non-zynos
device follows a zynos device, the stale COMPILE entry survives and
Device/Build/compile registers a second recipe for the previous
device's loader-*.bin target. Make warns about the override and the
second (wrong) recipe wins.

Reset COMPILE in Device/Default so each device starts with a clean
slate.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23226
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-05-07 11:08:33 +02:00
..
rt-loader treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
common.mk realtek: image: add recipe for ZyNOS-based Zyxel devices 2026-04-20 11:13:05 +02:00
Makefile realtek: image: reset COMPILE between devices 2026-05-07 11:08:33 +02:00
rtl838x.mk realtek: add support for Datto L8 2026-04-02 22:25:37 +02:00
rtl839x.mk realtek: image: add rt-loader-bootbase recipe 2026-04-12 18:23:08 +02:00
rtl930x_nand.mk realtek: add support for Linksys LGS328C 2025-10-05 12:14:05 +02:00
rtl930x.mk realtek: rtl930x: add Hasivo S600WP-5GT-2SX-SE 2026-04-24 12:17:26 +02:00
rtl931x_nand.mk realtek: add support for Linksys LGS352C 2025-10-05 12:14:05 +02:00
rtl931x.mk realtek: add support for Zyxel XS1930-12HP 2026-04-20 11:13:06 +02:00