busybox: Ensure that diff is available for ipkg upgrade requirements
SVN-Revision: 7954
This commit is contained in:
parent
a366b4ea98
commit
4595775416
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=busybox
|
||||
PKG_VERSION:=1.4.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
|
||||
|
|
|
@ -126,6 +126,7 @@ config BUSYBOX_CONFIG_IPKG
|
|||
default y
|
||||
select BUSYBOX_CONFIG_MD5SUM
|
||||
select BUSYBOX_CONFIG_WGET
|
||||
select BUSYBOX_CONFIG_DIFF
|
||||
help
|
||||
ipkg is the itsy package management system.
|
||||
|
||||
|
|
Loading…
Reference in a new issue