diff options
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 fb79c7bca..9e2e88c01 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -62,6 +62,13 @@ config FEATURE_AR_LONG_FILENAMES | |||
62 | It supports the GNU ar long filename method which moves multiple long | 62 | It supports the GNU ar long filename method which moves multiple long |
63 | filenames into a the data section of a new ar entry. | 63 | filenames into a the data section of a new ar entry. |
64 | 64 | ||
65 | config FEATURE_AR_CREATE | ||
66 | bool "Support archive creation" | ||
67 | default n | ||
68 | depends on AR | ||
69 | help | ||
70 | This enables archive creation (-c and -r) with busybox ar. | ||
71 | |||
65 | config BUNZIP2 | 72 | config BUNZIP2 |
66 | bool "bunzip2" | 73 | bool "bunzip2" |
67 | default n | 74 | default n |