[Lunar-commits] <moonbase> busybox: Version bump to 1.14.1
Terry Chan
tchan at lunar-linux.org
Fri May 29 02:33:20 CEST 2009
commit cedd40d22ff9c5261dda213de494f79eabcf7d43
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu May 28 19:33:20 2009 -0500
busybox: Version bump to 1.14.1
---
shells/busybox/BUILD | 12 ++++--------
shells/busybox/DETAILS | 6 +++---
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index 9f8b023..393d3a6 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -2,14 +2,10 @@
make defconfig &&
- # NOTE: tchan added this hack for busybox-1.10.2, and should be removed when busybox devs fix it...
- sedit "s/CONFIG_BRCTL=y/# CONFIG_BRCTL is not set/" .config &&
- sedit "s/CONFIG_FEATURE_BRCTL_FANCY=y/# CONFIG_FEATURE_BRCTL_FANCY is not set/" .config &&
- sedit "s/CONFIG_FEATURE_BRCTL_SHOW=y/# CONFIG_FEATURE_BRCTL_SHOW is not set/" .config &&
- # NOTE: tchan added this hack for busybox-1.11.1, and should be removed when busybox devs fix it...
- sedit "s/CONFIG_INOTIFYD=y/# CONFIG_INOTIFYD is not set/" .config &&
- # NOTE: tchan added this hack for busybox-1.13.2, and should be removed when busybox devs fix it...
- sedit "s/CONFIG_WATCHDOG=y/# CONFIG_WATCHDOG is not set/" .config &&
+ # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it...
+ sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
+ sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config &&
+ sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config &&
make &&
make doc &&
diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS
index b591e60..9c917ac 100644
--- a/shells/busybox/DETAILS
+++ b/shells/busybox/DETAILS
@@ -1,12 +1,12 @@
MODULE=busybox
- VERSION=1.13.4
+ VERSION=1.14.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.busybox.net/downloads/
- SOURCE_VFY=sha1:cb80742efda773c748450397c7ebfd47fcef9622
+ SOURCE_VFY=sha1:5399439c4e17b6995cf3634aa16b3cf2bbe47ec3
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20090419
+ UPDATED=20090528
SHORT="The Swiss Army Knife of Embedded Linux."
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a
More information about the Lunar-commits
mailing list