CVS: moonbase/shells/busybox DETAILS,1.7,1.8
Terry Chan
tchan at lunar-linux.org
Tue Dec 2 22:09:47 GMT 2003
Update of /var/cvs/lunar/moonbase/shells/busybox
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13964
Modified Files:
DETAILS
Log Message:
Modified the busybox patch to remove the insmod capabilites. insmod in busybox
is not supported on architectures other than x86. So this fix is for sparc and
alpha and ppc arch's. I doubt anyone really uses insmod from busybox so there
is no need to make multiple versions of busybox. This version correctly works
on multiple architectures with this simple fix.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/busybox/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 5 Feb 2003 02:43:45 -0000 1.7
+++ DETAILS 2 Dec 2003 22:09:45 -0000 1.8
@@ -1,7 +1,7 @@
MODULE=busybox
VERSION=0.60.5
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-Config.h-2.patch.bz2
+ SOURCE2=$MODULE-$VERSION-Config.h-3.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.busybox.net/downloads/$SOURCE
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
More information about the Lunar-commits
mailing list