summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-04-18 11:12:59 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-04-18 11:12:59 +0000
commitba99c7f2fb5bd2700826d948239ad4bce0a8802c (patch)
tree46fa2d6c186b88ff533c1a6fa0e0d1decfb10b64 /rules
parenta0ab04b3ec343fcf3eca145306ee1eeeb902d966 (diff)
downloadptxdist-ba99c7f2fb5bd2700826d948239ad4bce0a8802c.tar.gz
ptxdist-ba99c7f2fb5bd2700826d948239ad4bce0a8802c.tar.xz
busybox-1.4.2
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7107 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/busybox.in2
-rw-r--r--rules/busybox.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/busybox.in b/rules/busybox.in
index 0be89a0e0..98271e913 100644
--- a/rules/busybox.in
+++ b/rules/busybox.in
@@ -10,6 +10,6 @@ config BUSYBOX
For more information see http://www.busybox.net
-source "config/busybox-1.4.1/Config.in"
+source "config/busybox-1.4.2/Config.in"
endmenu
diff --git a/rules/busybox.make b/rules/busybox.make
index e94299e35..c700fe105 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
#
# Paths and names
#
-BUSYBOX_VERSION = 1.4.1
+BUSYBOX_VERSION = 1.4.2
BUSYBOX = busybox-$(BUSYBOX_VERSION)
BUSYBOX_SUFFIX = tar.bz2
BUSYBOX_URL = http://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)