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>
Fri, 4 Apr 2025 12:39:00 +0000 (14:39 +0200)
commita947be41b721a7c521d23981adaf06ebd1ef5dfe
treeea89b9273a508821472b3d2e54ed6ac1460eceda
parent4724331d7037e61527e7da7253cdaa4a90b1d302
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>
package/boot/at91bootstrap/Makefile
target/linux/at91/image/sam9x.mk
target/linux/at91/image/sama5.mk
target/linux/at91/image/sama7.mk