Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf add install kernels for SMDK2410/2800.
details: https://anonhg.NetBSD.org/src/rev/80313e487ce1
branches: trunk
changeset: 574367:80313e487ce1
user: bsh <bsh%NetBSD.org@localhost>
date: Sun Feb 27 02:25:09 2005 +0000
description:
add install kernels for SMDK2410/2800.
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
diffstat:
sys/arch/evbarm/conf/SMDK2410_INSTALL | 10 ++++++++++
sys/arch/evbarm/conf/SMDK2800_INSTALL | 10 ++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r c0affc21d345 -r 80313e487ce1 sys/arch/evbarm/conf/SMDK2410_INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/SMDK2410_INSTALL Sun Feb 27 02:25:09 2005 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: SMDK2410_INSTALL,v 1.1 2005/02/27 02:25:09 bsh Exp $
+#
+# SMDK2410_INSTALL -- SMDK2410 kernel with installation-sized
+# ramdisk
+#
+
+include "arch/evbarm/conf/SMDK2410"
+include "arch/evbarm/conf/INSTALL"
+
+options BOOTHOWTO=RB_SINGLE
diff -r c0affc21d345 -r 80313e487ce1 sys/arch/evbarm/conf/SMDK2800_INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/SMDK2800_INSTALL Sun Feb 27 02:25:09 2005 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: SMDK2800_INSTALL,v 1.1 2005/02/27 02:25:09 bsh Exp $
+#
+# SMDK2800_INSTALL -- SMDK2800 kernel with installation-sized
+# ramdisk
+#
+
+include "arch/evbarm/conf/SMDK2800"
+include "arch/evbarm/conf/INSTALL"
+
+options BOOTHOWTO=RB_SINGLE
Home |
Main Index |
Thread Index |
Old Index