[Lunar-commits] r26717 - in moonbase/trunk/shells: busybox busybox_static

Terry Chan tchan at lunar-linux.org
Tue Nov 13 18:46:35 CET 2007


Author: tchan
Date: 2007-11-13 18:46:34 +0100 (Tue, 13 Nov 2007)
New Revision: 26717

Modified:
   moonbase/trunk/shells/busybox/BUILD
   moonbase/trunk/shells/busybox/DETAILS
   moonbase/trunk/shells/busybox_static/BUILD
   moonbase/trunk/shells/busybox_static/DETAILS
Log:
Version bumps to busybox-1.8.1 and busybox_static-1.8.1.


Modified: moonbase/trunk/shells/busybox/BUILD
===================================================================
--- moonbase/trunk/shells/busybox/BUILD	2007-11-13 17:35:43 UTC (rev 26716)
+++ moonbase/trunk/shells/busybox/BUILD	2007-11-13 17:46:34 UTC (rev 26717)
@@ -1,10 +1,6 @@
 (
 
   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 &&
@@ -13,10 +9,3 @@
   cp docs/BusyBox.1 /usr/share/man/man1/busybox.1
 
 ) > $C_FIFO 2>&1
-
-#  cat busybox.links |
-#  while read LINKNAME; do
-#    (chroot $TARGET_DIR/ /bin/busybox ln -s /bin/busybox $LINKNAME 2>/dev/null)
-#  done
-#
-#  true

Modified: moonbase/trunk/shells/busybox/DETAILS
===================================================================
--- moonbase/trunk/shells/busybox/DETAILS	2007-11-13 17:35:43 UTC (rev 26716)
+++ moonbase/trunk/shells/busybox/DETAILS	2007-11-13 17:46:34 UTC (rev 26717)
@@ -1,13 +1,13 @@
           MODULE=busybox
-         VERSION=1.7.1
+         VERSION=1.8.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:439ebcbe2b48e19e1c9acc5aa886b24795d523b1
+      SOURCE_VFY=sha1:bc6670ef52d272b08df9f4f83c3d84e430739bd7
            SHORT="The Swiss Army Knife of Embedded Linux."
         WEB_SITE=http://www.busybox.net
       MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20070926
+         UPDATED=20071113
 cat << EOF
 BusyBox combines tiny versions of many common UNIX utilities into a
 single small executable. It provides minimalist replacements for most of

Modified: moonbase/trunk/shells/busybox_static/BUILD
===================================================================
--- moonbase/trunk/shells/busybox_static/BUILD	2007-11-13 17:35:43 UTC (rev 26716)
+++ moonbase/trunk/shells/busybox_static/BUILD	2007-11-13 17:46:34 UTC (rev 26717)
@@ -2,6 +2,8 @@
 
   make defconfig &&
   sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
+  sedit "s/-Wl,--gc-sections//" Makefile &&
+  sedit "/^#error Aborting compilation./d" applets/applets.c &&
   make             &&
   prepare_install  &&
   cp      busybox  /sbin/busybox_static

Modified: moonbase/trunk/shells/busybox_static/DETAILS
===================================================================
--- moonbase/trunk/shells/busybox_static/DETAILS	2007-11-13 17:35:43 UTC (rev 26716)
+++ moonbase/trunk/shells/busybox_static/DETAILS	2007-11-13 17:46:34 UTC (rev 26717)
@@ -1,13 +1,14 @@
           MODULE=busybox_static
-         VERSION=1.6.1
+         VERSION=1.8.1
           SOURCE=busybox-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
       SOURCE_URL=http://www.busybox.net/downloads/
-      SOURCE_VFY=sha1:ff79db26fa53c20808de4d6f3514f34044749a77
+      SOURCE_VFY=sha1:bc6670ef52d272b08df9f4f83c3d84e430739bd7
            SHORT="time statically linked rescue shell."
         WEB_SITE=http://www.busybox.net
+      MAINTAINER=tchan at lunar-linux.org
          ENTERED=20011020
-         UPDATED=20070704
+         UPDATED=20070926
 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