]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: imagebuilder: add guard around loader generation 21556/head
authorEric Fahlgren <ericfahlgren@gmail.com>
Thu, 15 Jan 2026 21:48:11 +0000 (13:48 -0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 16 Jan 2026 18:45:45 +0000 (19:45 +0100)
commit63c2add66ec7ff01712c8afb8c9ca6923923e68c
treeece7fd627e38bf9a83ad52d54b98d70b1f17e402
parent8cff0d8ca0d42aec4cb47313cd0c3dd99e06bbec
realtek: imagebuilder: add guard around loader generation

The imagebuilder cannot compile source, so we must guard against
generation of artifact targets that require this.  Without this
guard we see an error when building the zyxel,gs1920-24hp-v1 profile.

  Create standalone rt-loader, loading uimage from address 0xb40c0000
  mips-openwrt-linux-musl-gcc -fpic -msoft-float -Iinclude -c -o ... src/startup.S
  make[4]: mips-openwrt-linux-musl-gcc: No such file or directory

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21556
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/image/rtl839x.mk