Skip to content

Commit

Permalink
Enable seamless compression support
Browse files Browse the repository at this point in the history
Fixes loading compressed kernel modules with modprobe/insmod

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Dec 13, 2022
1 parent e865834 commit 71b4053
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package/busybox/busybox.config
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ CONFIG_LAST_SUPPORTED_WCHAR=0
#
# Archival Utilities
#
# CONFIG_FEATURE_SEAMLESS_XZ is not set
# CONFIG_FEATURE_SEAMLESS_LZMA is not set
# CONFIG_FEATURE_SEAMLESS_BZ2 is not set
# CONFIG_FEATURE_SEAMLESS_GZ is not set
# CONFIG_FEATURE_SEAMLESS_Z is not set
CONFIG_FEATURE_SEAMLESS_XZ=y
CONFIG_FEATURE_SEAMLESS_LZMA=y
CONFIG_FEATURE_SEAMLESS_BZ2=y
CONFIG_FEATURE_SEAMLESS_GZ=y
CONFIG_FEATURE_SEAMLESS_Z=y
CONFIG_AR=y
# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
CONFIG_FEATURE_AR_CREATE=y
Expand Down

0 comments on commit 71b4053

Please sign in to comment.