]> git.ipfire.org Git - thirdparty/openwrt.git/commit
imagebuilder: skip repository file when standalone 21658/head
authorGeorge Sapkin <george@sapk.in>
Fri, 23 Jan 2026 16:58:36 +0000 (18:58 +0200)
committerRobert Marko <robimarko@gmail.com>
Fri, 23 Jan 2026 21:14:06 +0000 (22:14 +0100)
commit7bb79b9d5391b2292d5b517822eae71a7bf5efdf
tree8dc65adc2739011d3c12b9c5ab692b220752a12f
parent78c98abd30844dd62ffec7c31761649cd5a44643
imagebuilder: skip repository file when standalone

Standalone image builder doesn't have a repositories file as all
packages are included, which causes:

ERROR: failed to read repositories: PATH_TO_BUILDER/repositories: No such file or directory

The images are still built, so this is more of an informational error.

Pass related argument to apk only when CONFIG_IB_STANDALONE is not set.

Fixes: a8d17c21 ("imagebuilder: actually support IB from buildbot")
Signed-off-by: George Sapkin <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21658
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/imagebuilder/files/Makefile