]> git.ipfire.org Git - thirdparty/openwrt.git/commit
at91bootstrap: put at91bootstrap images into image staging directory
authorRobert Marko <robimarko@gmail.com>
Fri, 4 Apr 2025 10:25:21 +0000 (12:25 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 22 Oct 2025 16:19:42 +0000 (18:19 +0200)
commitdebc420622f9ed56fd2f23d455f831a22cf5a256
tree0d49ded45c98c73b9b1957ae3f2d97f60c50a8a0
parentc5d7ef41f87bcf7b0067bdfd81b2f2572bc3c3a9
at91bootstrap: put at91bootstrap images into image staging directory

Currently, building at91 subtargets via image builder will fail as the
required built at91bootstrap is not present in the image builder at all
since its presumed to be in the binary directory which obviously does not
exist yet.

So, lets install the at91bootstrap binary into image staging directory and
use that instead

Link: https://github.com/openwrt/openwrt/pull/18414
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit a947be41b721a7c521d23981adaf06ebd1ef5dfe)
package/boot/at91bootstrap/Makefile
target/linux/at91/image/sam9x.mk
target/linux/at91/image/sama5.mk
target/linux/at91/image/sama7.mk