diff options
author | Michal Hrusecky <Michal@Hrusecky.net> | 2018-01-17 13:25:43 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-22 09:22:25 +0100 |
commit | 74450124f606cb04bdd44684b6070a15dd0837bd (patch) | |
tree | c43b7648ea81e01253e2415f3f057076c7c76c44 /config | |
parent | 69dfdda157e86c4aabbae9e51ecf76911f833af2 (diff) | |
download | upstream-74450124f606cb04bdd44684b6070a15dd0837bd.tar.gz upstream-74450124f606cb04bdd44684b6070a15dd0837bd.tar.bz2 upstream-74450124f606cb04bdd44684b6070a15dd0837bd.zip |
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 <Michal@Hrusecky.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |