projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf2b689
)
apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG
author
Christian Marangi
<ansuelsmth@gmail.com>
Thu, 20 Jun 2024 03:51:07 +0000
(
05:51
+0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index fbeaf89fcd884c1348c0290c27667887819d72b2..02931a87c6b2cd3c419e58242594908b2813423d 100644
(file)
--- 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.