diff options
author | Denis Vlasenko | 2007-06-08 13:05:39 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-08 13:05:39 +0000 |
commit | c14d39e83a7f55ab9b92e98673a281fd6565c32d (patch) | |
tree | f1cfe7f071b228cf7f1a732046cabf18fa9421b8 /archival/Config.in | |
parent | def8260219797b0f9f734915f4918f34e85e7049 (diff) | |
download | busybox-c14d39e83a7f55ab9b92e98673a281fd6565c32d.zip busybox-c14d39e83a7f55ab9b92e98673a281fd6565c32d.tar.gz |
rmp: add optional support for bz2 data. +50 bytes of code
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index 2741982..661c71c 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -133,6 +133,13 @@ config RPM help Mini RPM applet - queries and extracts RPM packages. +config FEATURE_RPM_BZ2 + bool "Enable handling of rpms with bzip2-compressed data inside" + default n + depends on RPM + help + Enable handling of rpms with bzip2-compressed data inside. + config TAR bool "tar" default n |