diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/dpkg_deb.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index 0285273fe..d34de254a 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c @@ -16,18 +16,9 @@ //config: //config: Unless you have a specific application which requires dpkg-deb, //config: say N here. -//config: -//config:config FEATURE_DPKG_DEB_EXTRACT_ONLY -//config: bool "Extract only (-x)" -//config: default n -//config: depends on DPKG_DEB -//config: help -//config: This reduces dpkg-deb to the equivalent of -//config: "ar -p <deb> data.tar.gz | tar -zx". However it saves space as none -//config: of the extra dpkg-deb, ar or tar options are needed, they are linked -//config: to internally. //applet:IF_DPKG_DEB(APPLET_ODDNAME(dpkg-deb, dpkg_deb, BB_DIR_USR_BIN, BB_SUID_DROP, dpkg_deb)) + //kbuild:lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o //usage:#define dpkg_deb_trivial_usage |