Note that m68k is supported
authorEric Andersen <andersen@codepoet.org>
Wed, 25 Jul 2001 16:58:58 +0000 (16:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 25 Jul 2001 16:58:58 +0000 (16:58 -0000)
README
insmod.c
modutils/insmod.c

diff --git a/README b/README
index cea4a68..ae0215c 100644 (file)
--- a/README
+++ b/README
@@ -36,7 +36,8 @@ Supported architectures:
 
    Busybox in general will build on any architecture supported by gcc.  It has
    a few specialized features added for __sparc__ and __alpha__.  insmod
-   functionality is currently limited to x86, ARM, SH3/4, powerpc, and MIPS.
+   functionality is currently limited to x86, ARM, SH3/4, powerpc, m68k, 
+   and MIPS.
 
 Supported libcs:
 
index b457fa8..6e1ffad 100644 (file)
--- a/insmod.c
+++ b/insmod.c
@@ -1,7 +1,10 @@
 /* vi: set sw=4 ts=4: */
 /*
  * Mini insmod implementation for busybox
- * This version of insmod now supports x86, ARM, SH3/4, powerpc, and MIPS.
+ *
+ * This version of insmod supports x86, ARM, SH3/4, powerpc, m68k, 
+ * and MIPS.
+ *
  *
  * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>
 #ifndef MODUTILS_MODULE_H
 static const int MODUTILS_MODULE_H = 1;
 
-#ident "$Id: insmod.c,v 1.68 2001/07/17 01:12:36 andersen Exp $"
+#ident "$Id: insmod.c,v 1.69 2001/07/25 16:58:58 andersen Exp $"
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
@@ -347,7 +350,7 @@ int delete_module(const char *);
 #ifndef MODUTILS_OBJ_H
 static const int MODUTILS_OBJ_H = 1;
 
-#ident "$Id: insmod.c,v 1.68 2001/07/17 01:12:36 andersen Exp $"
+#ident "$Id: insmod.c,v 1.69 2001/07/25 16:58:58 andersen Exp $"
 
 /* The relocatable object is manipulated using elfin types.  */
 
index b457fa8..6e1ffad 100644 (file)
@@ -1,7 +1,10 @@
 /* vi: set sw=4 ts=4: */
 /*
  * Mini insmod implementation for busybox
- * This version of insmod now supports x86, ARM, SH3/4, powerpc, and MIPS.
+ *
+ * This version of insmod supports x86, ARM, SH3/4, powerpc, m68k, 
+ * and MIPS.
+ *
  *
  * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>
 #ifndef MODUTILS_MODULE_H
 static const int MODUTILS_MODULE_H = 1;
 
-#ident "$Id: insmod.c,v 1.68 2001/07/17 01:12:36 andersen Exp $"
+#ident "$Id: insmod.c,v 1.69 2001/07/25 16:58:58 andersen Exp $"
 
 /* This file contains the structures used by the 2.0 and 2.1 kernels.
    We do not use the kernel headers directly because we do not wish
@@ -347,7 +350,7 @@ int delete_module(const char *);
 #ifndef MODUTILS_OBJ_H
 static const int MODUTILS_OBJ_H = 1;
 
-#ident "$Id: insmod.c,v 1.68 2001/07/17 01:12:36 andersen Exp $"
+#ident "$Id: insmod.c,v 1.69 2001/07/25 16:58:58 andersen Exp $"
 
 /* The relocatable object is manipulated using elfin types.  */