[Lunar-commits] r23068 - moonbase/trunk/shells/busybox
Terry Chan
tchan at lunar-linux.org
Sun Jan 28 11:16:03 CET 2007
Author: tchan
Date: 2007-01-28 11:16:03 +0100 (Sun, 28 Jan 2007)
New Revision: 23068
Removed:
moonbase/trunk/shells/busybox/PRE_BUILD
Modified:
moonbase/trunk/shells/busybox/BUILD
moonbase/trunk/shells/busybox/DETAILS
Log:
This fixes busybox to now use the "make defconfig" which results in a larger
/bin/busybox (about double in size). The advantage is this module will no
longer require a download from PATCH_URL, which was the old busybox .config
file that was updated for every released version of busybox by me.
Modified: moonbase/trunk/shells/busybox/BUILD
===================================================================
--- moonbase/trunk/shells/busybox/BUILD 2007-01-28 08:54:32 UTC (rev 23067)
+++ moonbase/trunk/shells/busybox/BUILD 2007-01-28 10:16:03 UTC (rev 23068)
@@ -1,5 +1,6 @@
(
+ make defconfig &&
make &&
make doc &&
prepare_install &&
Modified: moonbase/trunk/shells/busybox/DETAILS
===================================================================
--- moonbase/trunk/shells/busybox/DETAILS 2007-01-28 08:54:32 UTC (rev 23067)
+++ moonbase/trunk/shells/busybox/DETAILS 2007-01-28 10:16:03 UTC (rev 23068)
@@ -1,11 +1,8 @@
MODULE=busybox
VERSION=1.4.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-config
SOURCE_URL=http://www.busybox.net/downloads/
- SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:e349e3585448ba0f7c28504326301ea130eb2e35
- SOURCE2_VFY=sha1:4e4ed9f2f02095491a87727059e9cc772402d217
SHORT="The Swiss Army Knife of Embedded Linux."
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
Deleted: moonbase/trunk/shells/busybox/PRE_BUILD
More information about the Lunar-commits
mailing list