[Lunar-commits] r24568 - moonbase/trunk/shells/busybox_static

Terry Chan tchan at lunar-linux.org
Sun May 27 05:54:19 CEST 2007


Author: tchan
Date: 2007-05-27 05:54:19 +0200 (Sun, 27 May 2007)
New Revision: 24568

Modified:
   moonbase/trunk/shells/busybox_static/BUILD
   moonbase/trunk/shells/busybox_static/DETAILS
Log:
Version bump to busybox_static-1.5.1. Bringing this up to date with the
regular busybox module.


Modified: moonbase/trunk/shells/busybox_static/BUILD
===================================================================
--- moonbase/trunk/shells/busybox_static/BUILD	2007-05-27 03:27:07 UTC (rev 24567)
+++ moonbase/trunk/shells/busybox_static/BUILD	2007-05-27 03:54:19 UTC (rev 24568)
@@ -1,10 +1,7 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-
-  sedit "s/DOLFS = false/DOLFS = true/" Makefile
-  sedit "s/DOSTATIC = false/DOSTATIC = true/" Makefile
-
+  make defconfig &&
+  sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
   make             &&
   prepare_install  &&
   cp      busybox  /sbin/busybox_static

Modified: moonbase/trunk/shells/busybox_static/DETAILS
===================================================================
--- moonbase/trunk/shells/busybox_static/DETAILS	2007-05-27 03:27:07 UTC (rev 24567)
+++ moonbase/trunk/shells/busybox_static/DETAILS	2007-05-27 03:54:19 UTC (rev 24568)
@@ -1,16 +1,13 @@
           MODULE=busybox_static
-         VERSION=0.60.5
+         VERSION=1.5.1
           SOURCE=busybox-$VERSION.tar.bz2
-         SOURCE2=busybox-$VERSION-Config.h-1.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
-   SOURCE_URL[0]=http://www.busybox.net/downloads/
-  SOURCE2_URL[0]=$PATCH_URL$SOURCE2 
+      SOURCE_URL=http://www.busybox.net/downloads/
            SHORT="time statically linked rescue shell."
-        WEB_SITE=http://busybox.lineo.com
+        WEB_SITE=http://www.busybox.net
          ENTERED=20011020
-         UPDATED=20030122
+         UPDATED=20070523
 cat << EOF
-
 BusyBox combines tiny versions of many common UNIX utilities into a
 single small executable. It provides minimalist replacements for most of
 the utilities you usually find in GNU fileutils, shellutils, etc. The
@@ -19,5 +16,4 @@
 provide the expected functionality and behave very much like their GNU
 counterparts. BusyBox provides a fairly complete POSIX environment for
 any small or embedded system.
-
 EOF



More information about the Lunar-commits mailing list