diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-08 12:15:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-08 12:15:11 +0200 |
commit | d70e0e995e41dc422442acd1eb4b086ff81b1961 (patch) | |
tree | 654f5d83b1584f77d164355408510507a20e6ca7 /archival | |
parent | b68bba56499da8e5079c6dcc9004f1e0b39e8983 (diff) | |
download | busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.gz busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.bz2 busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.zip |
*: add INSERTs to *.src files where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.src | 2 | ||||
-rw-r--r-- | archival/Kbuild.src | 3 | ||||
-rw-r--r-- | archival/libunarchive/Kbuild.src | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src index de453bc21..3dbd3aea1 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -5,6 +5,8 @@ | |||
5 | 5 | ||
6 | menu "Archival Utilities" | 6 | menu "Archival Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config FEATURE_SEAMLESS_XZ | 10 | config FEATURE_SEAMLESS_XZ |
9 | bool "Make tar, rpm, modprobe etc understand .xz data" | 11 | bool "Make tar, rpm, modprobe etc understand .xz data" |
10 | default y | 12 | default y |
diff --git a/archival/Kbuild.src b/archival/Kbuild.src index 3300ea90f..076e58278 100644 --- a/archival/Kbuild.src +++ b/archival/Kbuild.src | |||
@@ -7,6 +7,9 @@ | |||
7 | libs-y += libunarchive/ | 7 | libs-y += libunarchive/ |
8 | 8 | ||
9 | lib-y:= | 9 | lib-y:= |
10 | |||
11 | INSERT | ||
12 | |||
10 | lib-$(CONFIG_AR) += ar.o | 13 | lib-$(CONFIG_AR) += ar.o |
11 | lib-$(CONFIG_CPIO) += cpio.o | 14 | lib-$(CONFIG_CPIO) += cpio.o |
12 | lib-$(CONFIG_DPKG) += dpkg.o | 15 | lib-$(CONFIG_DPKG) += dpkg.o |
diff --git a/archival/libunarchive/Kbuild.src b/archival/libunarchive/Kbuild.src index ed8e85793..81854558b 100644 --- a/archival/libunarchive/Kbuild.src +++ b/archival/libunarchive/Kbuild.src | |||
@@ -33,6 +33,8 @@ DPKG_FILES:= \ | |||
33 | get_header_tar.o \ | 33 | get_header_tar.o \ |
34 | filter_accept_list_reassign.o | 34 | filter_accept_list_reassign.o |
35 | 35 | ||
36 | INSERT | ||
37 | |||
36 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o | 38 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o |
37 | lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o | 39 | lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o |
38 | lib-$(CONFIG_UNLZMA) += decompress_unlzma.o | 40 | lib-$(CONFIG_UNLZMA) += decompress_unlzma.o |