]> git.ipfire.org Git - thirdparty/openwrt.git/commit
image: move mkits.sh outside lock section 20492/head
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 22 Oct 2025 00:45:50 +0000 (02:45 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 23 Oct 2025 16:14:01 +0000 (18:14 +0200)
commit5a42ed1138ae0244aff79560fe77cfab8aff6e7f
tree6897085d1ed4fa3a89f66f4a681e5baec9080cb0
parentc70894c855e54624b918ab50c9afa53301c462d4
image: move mkits.sh outside lock section

As mkits.sh only generates the relevant DTS for mkimage and is
specific for the building image, we can move it outside the locked
section as it doesn't do any operation that can be used concurrently by
others.

This won't have any real impact but clean the code making it clear what
needs to be protected and what can be executed concurrently.

Link: https://github.com/openwrt/openwrt/pull/20492
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
include/image-commands.mk