1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 23:28:53 +03:00

Make ipkg depends on tar and gunzip (#2821)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9785 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-12-17 08:06:03 +00:00
parent 8518140f4e
commit 51abc9c865

View File

@ -137,6 +137,8 @@ config BUSYBOX_CONFIG_IPKG
select BUSYBOX_CONFIG_MD5SUM
select BUSYBOX_CONFIG_WGET
select BUSYBOX_CONFIG_DIFF
select BUSYBOX_CONFIG_TAR
select BUSYBOX_CONFIG_GUNZIP
help
ipkg is the itsy package management system.