mirror of https://github.com/hak5/openwrt.git
parent
58ea8b2b3a
commit
eb4b7a1375
|
@ -121,6 +121,14 @@ config BUSYBOX_CONFIG_GZIP
|
|||
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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,6 @@
|
|||
config BR2_PACKAGE_IPKG
|
||||
tristate "ipkg - itsy package management system"
|
||||
depends ! BUSYBOX_CONFIG_IPKG
|
||||
default y
|
||||
help
|
||||
Lightweight package management system
|
||||
|
|
Loading…
Reference in New Issue