From 74450124f606cb04bdd44684b6070a15dd0837bd Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Wed, 17 Jan 2018 13:25:43 +0100 Subject: build: Optionally provide file checksums in package metadata This may be useful if you don't entirely trust your flash and want to be able to check for corruptions. Signed-off-by: Michal Hrusecky --- config/Config-build.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/Config-build.in') diff --git a/config/Config-build.in b/config/Config-build.in index 8cbc16b5c8..6d749476db 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -68,6 +68,14 @@ menu "Global build settings" This removes all ipkg/opkg status data files from the target directory before building the root filesystem. + config IPK_FILES_CHECKSUMS + bool + prompt "Record files checksums in package metadata" + default n + help + This makes file checksums part of package metadata. It increases size + but provides you with pkg_check command to check for flash coruptions. + config INCLUDE_CONFIG bool "Include build configuration in firmware" if DEVEL default n -- cgit v1.2.3