diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-08 13:05:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-08 13:05:39 +0000 |
commit | c14d39e83a7f55ab9b92e98673a281fd6565c32d (patch) | |
tree | f1cfe7f071b228cf7f1a732046cabf18fa9421b8 /archival/Config.in | |
parent | def8260219797b0f9f734915f4918f34e85e7049 (diff) | |
download | busybox-w32-c14d39e83a7f55ab9b92e98673a281fd6565c32d.tar.gz busybox-w32-c14d39e83a7f55ab9b92e98673a281fd6565c32d.tar.bz2 busybox-w32-c14d39e83a7f55ab9b92e98673a281fd6565c32d.zip |
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 2741982c0..661c71ccf 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -133,6 +133,13 @@ config RPM | |||
133 | help | 133 | help |
134 | Mini RPM applet - queries and extracts RPM packages. | 134 | Mini RPM applet - queries and extracts RPM packages. |
135 | 135 | ||
136 | config FEATURE_RPM_BZ2 | ||
137 | bool "Enable handling of rpms with bzip2-compressed data inside" | ||
138 | default n | ||
139 | depends on RPM | ||
140 | help | ||
141 | Enable handling of rpms with bzip2-compressed data inside. | ||
142 | |||
136 | config TAR | 143 | config TAR |
137 | bool "tar" | 144 | bool "tar" |
138 | default n | 145 | default n |