apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 20 Jun 2024 03:51:07 +0000 (05:51 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 20 Jun 2024 03:52:06 +0000 (05:52 +0200)
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>
config/Config-build.in

index fbeaf89fcd884c1348c0290c27667887819d72b2..02931a87c6b2cd3c419e58242594908b2813423d 100644 (file)
@@ -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.