[Lunar-commits] r25718 - moonbase/trunk/shells/busybox

Terry Chan tchan at lunar-linux.org
Wed Sep 5 16:52:03 CEST 2007


Author: tchan
Date: 2007-09-05 16:52:03 +0200 (Wed, 05 Sep 2007)
New Revision: 25718

Modified:
   moonbase/trunk/shells/busybox/BUILD
   moonbase/trunk/shells/busybox/DETAILS
Log:
Version bump to busybox-1.7.0. Added a hack in BUILD that needs to be removed
whenever the busybox devs get around to fixing the "make defconfig && make"
work correctly.


Modified: moonbase/trunk/shells/busybox/BUILD
===================================================================
--- moonbase/trunk/shells/busybox/BUILD	2007-09-04 19:55:22 UTC (rev 25717)
+++ moonbase/trunk/shells/busybox/BUILD	2007-09-05 14:52:03 UTC (rev 25718)
@@ -1,6 +1,10 @@
 (
 
   make defconfig &&
+
+  # NOTE: tchan added this hack for busybox-1.7.0, and should be removed when busybox devs fix it...
+  sedit "s/CONFIG_RUNSV=y/# CONFIG_RUNSV is not set/" .config &&
+
   make &&
   make doc &&
   prepare_install &&

Modified: moonbase/trunk/shells/busybox/DETAILS
===================================================================
--- moonbase/trunk/shells/busybox/DETAILS	2007-09-04 19:55:22 UTC (rev 25717)
+++ moonbase/trunk/shells/busybox/DETAILS	2007-09-05 14:52:03 UTC (rev 25718)
@@ -1,13 +1,13 @@
           MODULE=busybox
-         VERSION=1.6.1
+         VERSION=1.7.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:ff79db26fa53c20808de4d6f3514f34044749a77
+      SOURCE_VFY=sha1:84395ec037f23f08bdfc35e808622f344ab3c708
            SHORT="The Swiss Army Knife of Embedded Linux."
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20070704
+         UPDATED=20070905
 cat << EOF
 BusyBox combines tiny versions of many common UNIX utilities into a
 single small executable. It provides minimalist replacements for most of



More information about the Lunar-commits mailing list