summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-13 01:02:55 +0000
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-13 01:02:55 +0000
commitceb6afc4cfaf7a1291c7dad67ae969ca09ee4e99 (patch)
treec8401ffc7b2d0886a3037d23e0b24a88558c7e3e /package/busybox
parent05d9e9fa59e39af282154d36b51d9e524b964e20 (diff)
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
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
-rw-r--r--package/busybox/config/archival/Config.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 044eae2f9..9cad7e5c9 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -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 \
diff --git a/package/busybox/config/archival/Config.in b/package/busybox/config/archival/Config.in
index ed5b0c57c..989d8d5c7 100644
--- a/package/busybox/config/archival/Config.in
+++ b/package/busybox/config/archival/Config.in
@@ -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.