projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c987e5
)
squashfs-tools: enable zstd compression by default
19117/head
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Fri, 5 Aug 2022 06:48:26 +0000
(09:48 +0300)
committer
Alexandru Ardelean
<ardeleanalex@gmail.com>
Fri, 5 Aug 2022 11:32:45 +0000
(14:32 +0300)
Requested via:
https://github.com/openwrt/packages/issues/19111
PKG_RELEASE is set to AUTORELEASE, so no need to bump.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit
f0d45ba3401df4559b17370a19f7800894365d6a
)
utils/squashfs-tools/Config.in
patch
|
blob
|
history
diff --git
a/utils/squashfs-tools/Config.in
b/utils/squashfs-tools/Config.in
index ebe09147bb237d016fda32b108b684a2cc3ba448..b0d6b4c62b863c86260e442dfbcd7e364039d1c0 100644
(file)
--- a/
utils/squashfs-tools/Config.in
+++ b/
utils/squashfs-tools/Config.in
@@
-20,4
+20,4
@@
config SQUASHFS_TOOLS_ZSTD_SUPPORT
depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
bool "Enable ZSTD support"
select PACKAGE_libzstd
- default
n
+ default
y