mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 07:42:48 +02:00
add a patch to integrate ipkg into busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1639 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
027be0e896
commit
fafb7f923e
@ -121,6 +121,14 @@ config BUSYBOX_CONFIG_GZIP
|
|||||||
gzip is used to compress files.
|
gzip is used to compress files.
|
||||||
It's probably the most widely used UNIX compression program.
|
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
|
config BUSYBOX_CONFIG_RPM2CPIO
|
||||||
bool "rpm2cpio"
|
bool "rpm2cpio"
|
||||||
default n
|
default n
|
||||||
|
13703
package/busybox/patches/busybox-1.00+ipkg-0.99.152-pre2.patch
Normal file
13703
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
|
config BR2_PACKAGE_IPKG
|
||||||
tristate "ipkg - itsy package management system"
|
tristate "ipkg - itsy package management system"
|
||||||
|
depends ! BUSYBOX_CONFIG_IPKG
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Lightweight package management system
|
Lightweight package management system
|
||||||
|
Loading…
Reference in New Issue
Block a user