Browse Source

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 <[email protected]>
Christian Marangi 1 year ago
parent
commit
2499c10d32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/Config-build.in

+ 1 - 0
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.