add a patch to integrate ipkg into busybox
SVN-Revision: 1639
This commit is contained in:
parent
58ea8b2b3a
commit
eb4b7a1375
3 changed files with 13712 additions and 0 deletions
|
@ -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
|
||||
|
|
13703
openwrt/package/busybox/patches/busybox-1.00+ipkg-0.99.152-pre2.patch
Normal file
13703
openwrt/package/busybox/patches/busybox-1.00+ipkg-0.99.152-pre2.patch
Normal file
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 a new issue