projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make aruba lzma loader more generic and move it to target/linux/image/generic/lzma...
[openwrt.git]
/
openwrt
/
package
/
busybox
/
config
/
archival
/
Config.in
diff --git
a/openwrt/package/busybox/config/archival/Config.in
b/openwrt/package/busybox/config/archival/Config.in
index
8bb4886
..
909e746
100644
(file)
--- a/
openwrt/package/busybox/config/archival/Config.in
+++ b/
openwrt/package/busybox/config/archival/Config.in
@@
-121,6
+121,14
@@
config BUSYBOX_CONFIG_GZIP
gzip is used to compress files.
It's probably the most widely used UNIX compression program.
gzip is used to compress files.
It's probably the most widely used UNIX compression program.
+config BUSYBOX_CONFIG_IPKG
+ bool "ipkg"
+ default y
+ select BUSYBOX_CONFIG_MD5SUM
+ select BUSYBOX_CONFIG_WGET
+ help
+ ipkg is the itsy package management system.
+
config BUSYBOX_CONFIG_RPM2CPIO
bool "rpm2cpio"
default n
config BUSYBOX_CONFIG_RPM2CPIO
bool "rpm2cpio"
default n
@@
-159,7
+167,7
@@
config BUSYBOX_CONFIG_FEATURE_TAR_BZIP2
config BUSYBOX_CONFIG_FEATURE_TAR_FROM
bool " Enable -X (exclude from) and -T (include from) options)"
config BUSYBOX_CONFIG_FEATURE_TAR_FROM
bool " Enable -X (exclude from) and -T (include from) options)"
- default
n
+ default
y
depends on BUSYBOX_CONFIG_TAR
help
If you enable this option you'll be able to specify
depends on BUSYBOX_CONFIG_TAR
help
If you enable this option you'll be able to specify
This page took
0.022389 seconds
and
4
git commands to generate.