]> git.ipfire.org Git - thirdparty/openwrt.git/commit
config: add build config option to sign each .apk package
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 1 Mar 2026 21:26:08 +0000 (23:26 +0200)
committerPaul Spooren <mail@aparcar.org>
Mon, 2 Mar 2026 10:08:10 +0000 (11:08 +0100)
commitf20794a6f321723bc3f8b3d0ccdd40b4e21eb3f4
tree34b4f00518576d8573bb52dca8101a754de33efa
parentc88e8a98167c82ce56ce184389b011637c204337
config: add build config option to sign each .apk package

Add a build config option to sign each individual .apk package.

If individual .apk files are signed with the build key, they can be
installed with 'apk add' without '--allow-untrusted' to a firmware
compiled by the same buildhost.

Enable the option by default, but disable it for BUILDBOT.

(At the moment, since commit 084697e, only the package index is signed,
which forces users to use '--allow-untrusted' when installing
self-built .apk files.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
config/Config-build.in
include/package-pack.mk