summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2024-06-20 05:49:21 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2024-06-20 05:52:05 +0200
commitcf2b689d03ab26fce0e87f9c0378663f6f9cb970 (patch)
treecbf9ce06936742bb7b4428d4a97d3b9b609e2ca8 /config
parent150d0ceab7380538798df76a5d7d3c12a3632050 (diff)
downloadopenwrt-cf2b689d03ab26fce0e87f9c0378663f6f9cb970.tar.gz
openwrt-cf2b689d03ab26fce0e87f9c0378663f6f9cb970.tar.bz2
openwrt-cf2b689d03ab26fce0e87f9c0378663f6f9cb970.zip
Revert "apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG"
This reverts commit 25bbefcdd9424ed1b6ef35a39e84420fc4cce322. Only the Config-build.in change needed to be merged and this contains leftover from previous revision of the feature. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index 02931a87c6..fbeaf89fcd 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -114,7 +114,6 @@ 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.