mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:01:54 +02:00
busybox: Ensure that diff is available for ipkg upgrade requirements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7954 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
05d9e9fa59
commit
ceb6afc4cf
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=busybox
|
PKG_NAME:=busybox
|
||||||
PKG_VERSION:=1.4.2
|
PKG_VERSION:=1.4.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
|
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
|
||||||
|
@ -126,6 +126,7 @@ config BUSYBOX_CONFIG_IPKG
|
|||||||
default y
|
default y
|
||||||
select BUSYBOX_CONFIG_MD5SUM
|
select BUSYBOX_CONFIG_MD5SUM
|
||||||
select BUSYBOX_CONFIG_WGET
|
select BUSYBOX_CONFIG_WGET
|
||||||
|
select BUSYBOX_CONFIG_DIFF
|
||||||
help
|
help
|
||||||
ipkg is the itsy package management system.
|
ipkg is the itsy package management system.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user