From: Christian Marangi Date: Thu, 20 Jun 2024 03:51:07 +0000 (+0200) Subject: apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2499c10d327beeb5421285ec07cb92b1dec3a5d7;p=openwrt%2Fstaging%2Fthess.git 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 --- 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.