Modify applets to use libunarchive

This commit is contained in:
Glenn L McGrath
2001-10-25 14:26:05 +00:00
parent 95ebf618b7
commit 0d2fb76c11
6 changed files with 244 additions and 1368 deletions

View File

@@ -10,6 +10,12 @@ bool 'ar' CONFIG_AR
bool 'bunzip2' CONFIG_BUNZIP2
bool 'cpio' CONFIG_CPIO
bool 'dpkg' CONFIG_DPKG
if [ "$CONFIG_DPKG" = "y" ] ; then
bool ' list support' CONFIG_FEATURE_DPKG_LIST
if [ "$CONFIG_FEATURE_DPKG_LIST" = "y" ] ; then
bool ' short descriptions' CONFIG_FEATURE_DPKG_LIST_DESCRIPTIONS
fi
fi
bool 'dpkg_deb' CONFIG_DPKG_DEB
bool 'gunzip' CONFIG_GUNZIP
bool 'gzip' CONFIG_GZIP