diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-06-20 05:51:07 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-06-20 05:52:06 +0200 |
commit | 2499c10d327beeb5421285ec07cb92b1dec3a5d7 (patch) | |
tree | eb6c024d3991bc53ca9c077495f2e4f9f2ff8092 /config | |
parent | cf2b689d03ab26fce0e87f9c0378663f6f9cb970 (diff) | |
download | openwrt-2499c10d327beeb5421285ec07cb92b1dec3a5d7.tar.gz openwrt-2499c10d327beeb5421285ec07cb92b1dec3a5d7.tar.bz2 openwrt-2499c10d327beeb5421285ec07cb92b1dec3a5d7.zip |
apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG
Limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG as APK have different
way to validate package integrity (apk audit)
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index fbeaf89fcd..02931a87c6 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -114,6 +114,7 @@ menu "Global build settings" config IPK_FILES_CHECKSUMS bool prompt "Record files checksums in package metadata" + depends on !USE_APK help This makes file checksums part of package metadata. It increases size but provides you with pkg_check command to check for flash corruptions. |