15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
# $NetBSD: RPI_INSTALL,v 1.6 2014/10/31 16:28:56 uebayasi Exp $
|
|
#
|
|
# RPI_INSTALL -- RPI kernel with installation-sized
|
|
# ramdisk
|
|
#
|
|
|
|
include "arch/evbarm/conf/RPI"
|
|
include "arch/evbarm/conf/INSTALL"
|
|
|
|
no options MEMORY_DISK_ROOT_SIZE
|
|
options MEMORY_DISK_ROOT_SIZE=26624
|
|
|
|
makeoptions RAMDISKNAME=sshramdisk
|
|
no makeoptions DEBUG
|