X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fbusybox%2Fconfig%2Farchival%2FConfig.in;h=9895dba04b8886cb908e801359592391070530ed;hp=ac71d753a222e4d4bcba7eea7a89feeccc243ac5;hb=e8b81c92e78dc781a9569d7d51bd4f98d89237f8;hpb=0d3fffa91dee49ba80032ce5c67f1cb47aee8f4d diff --git a/package/busybox/config/archival/Config.in b/package/busybox/config/archival/Config.in index ac71d753a..9895dba04 100644 --- a/package/busybox/config/archival/Config.in +++ b/package/busybox/config/archival/Config.in @@ -126,9 +126,10 @@ config BUSYBOX_CONFIG_IPKG default y select BUSYBOX_CONFIG_MD5SUM select BUSYBOX_CONFIG_WGET + select BUSYBOX_CONFIG_DIFF help ipkg is the itsy package management system. - + config BUSYBOX_CONFIG_RPM2CPIO bool "rpm2cpio" default n @@ -139,7 +140,14 @@ config BUSYBOX_CONFIG_RPM bool "rpm" default n help - Mini RPM applet - queries and extracts + Mini RPM applet - queries and extracts RPM packages. + +config BUSYBOX_CONFIG_FEATURE_RPM_BZ2 + bool "Enable handling of rpms with bzip2-compressed data inside" + default n + depends on BUSYBOX_CONFIG_RPM + help + Enable handling of rpms with bzip2-compressed data inside. config BUSYBOX_CONFIG_TAR bool "tar" @@ -206,6 +214,15 @@ config BUSYBOX_CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY the old GNU format; help to kill this old format by repacking your ancient archives with the new format. +config BUSYBOX_CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY + bool "Enable untarring of tarballs with checksums produced by buggy Sun tar" + default n + depends on BUSYBOX_CONFIG_TAR + help + This option is required to unpack archives created by some old + version of Sun's tar (it was calculating checksum using signed arithmetic). + It is said to be fixed in newer Sun tar, but "old" tarballs still exist. + config BUSYBOX_CONFIG_FEATURE_TAR_GNU_EXTENSIONS bool "Enable support for some GNU tar extensions" default y @@ -300,9 +317,9 @@ config BUSYBOX_CONFIG_FEATURE_DEB_TAR_LZMA depends on BUSYBOX_CONFIG_DPKG || BUSYBOX_CONFIG_DPKG_DEB help This allows dpkg and dpkg-deb to extract deb's that are compressed - internally with lzma instead of gzip. + internally with lzma instead of gzip. You only want this if you are creating your own custom debian - packages that use an internal control.tar.lzma or data.tar.lzma. + packages that use an internal control.tar.lzma or data.tar.lzma. endmenu