Merge Official Source

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2026-03-05 17:04:21 +08:00
281 changed files with 4491 additions and 2373 deletions
+10
View File
@@ -73,6 +73,16 @@ menu "Global build settings"
bool "Use APK instead of OPKG to build distribution"
default y
config SIGN_EACH_PACKAGE
bool "Cryptographically sign each package .apk file"
depends on USE_APK
default n if BUILDBOT
default y
help
Sign also the individual package .apk file. Removes the need for
--allow-untrusted when installing self-compiled packages to a
firmware compiled by the same buildhost as public key matches.
comment "General build options"
config TESTING_KERNEL