Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbppc/ramdisk Bump ramdisk size to 3.2MB and includ...



details:   https://anonhg.NetBSD.org/src/rev/d109cbe6861e
branches:  trunk
changeset: 331536:d109cbe6861e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 13 20:52:05 2014 +0000

description:
Bump ramdisk size to 3.2MB and include dhcpcd.

diffstat:

 distrib/evbppc/ramdisk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a300330c3d15 -r d109cbe6861e distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Wed Aug 13 20:51:26 2014 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Wed Aug 13 20:52:05 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.17 2014/08/08 16:56:30 joerg Exp $
+#      $NetBSD: Makefile,v 1.18 2014/08/13 20:52:05 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2880k
+IMAGESIZE=     3200k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
@@ -32,6 +32,7 @@
 ${CRUNCHBIN}:  libhack.o
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
 



Home | Main Index | Thread Index | Old Index